diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-28 16:21:19 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-28 16:21:19 +0400 |
| commit | 5ddc750427ddb693785b01beb0b9cca0c3138f36 (patch) | |
| tree | f0186be3957978062f3ca9b749f42d2d271a46f6 /schema/ttrss_schema_pgsql.sql | |
| parent | 1d7658969352ee73dd94baf3cea15364dd303786 (diff) | |
schema: fix reinitialization not working for older databases
Diffstat (limited to 'schema/ttrss_schema_pgsql.sql')
| -rw-r--r-- | schema/ttrss_schema_pgsql.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 79634678d..feb5cece3 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -11,6 +11,7 @@ drop table if exists ttrss_labels; drop table if exists ttrss_filters2_rules; drop table if exists ttrss_filters2_actions; drop table if exists ttrss_filters2; +drop table if exists ttrss_filters; drop table if exists ttrss_filter_types; drop table if exists ttrss_filter_actions; drop table if exists ttrss_user_prefs; |