1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 19:11:34 +00:00

Revert "update translations"

This reverts commit 2b38f79c86.

Wrong commit from wrong branch.
This commit is contained in:
Andrew Dolgov
2009-03-21 23:11:58 +03:00
parent 2b38f79c86
commit c7e51de137
29 changed files with 502 additions and 266 deletions

View File

@@ -138,6 +138,7 @@ create table ttrss_user_entries (
published bool not null default 0,
last_read datetime,
score int not null default 0,
note text,
unread bool not null default 1,
index (ref_id),
foreign key (ref_id) references ttrss_entries(id) ON DELETE CASCADE,
@@ -224,7 +225,7 @@ create table ttrss_tags (id integer primary key auto_increment,
create table ttrss_version (schema_version int not null) TYPE=InnoDB;
insert into ttrss_version values (54);
insert into ttrss_version values (55);
create table ttrss_enclosures (id serial not null primary key,
content_url text not null,