diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-03-21 22:58:32 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-03-21 22:58:32 +0300 |
| commit | 2b38f79c86ad9199f39fa8efac1c0e89c6f3a465 (patch) | |
| tree | 3297382269d09a3fbba1ad071c789bdc9708bdad /schema/ttrss_schema_pgsql.sql | |
| parent | f6fed1b26bf60bf508aa186503566df0b64aac92 (diff) | |
update translations
Diffstat (limited to 'schema/ttrss_schema_pgsql.sql')
| -rw-r--r-- | schema/ttrss_schema_pgsql.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 57d2e95d1..eecc1d29b 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -126,7 +126,6 @@ create table ttrss_user_entries ( published boolean not null default false, last_read timestamp, score int not null default 0, - note text, unread boolean not null default true); -- create index ttrss_user_entries_feed_id_index on ttrss_user_entries(feed_id); @@ -201,7 +200,7 @@ create index ttrss_tags_owner_uid_index on ttrss_tags(owner_uid); create table ttrss_version (schema_version int not null); -insert into ttrss_version values (55); +insert into ttrss_version values (54); create table ttrss_enclosures (id serial not null primary key, content_url text not null, |