1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 22:19:14 +00:00

Merge pull request #363 from hrk/patch-1

Fix: remove obsolete theme_id column
This commit is contained in:
Andrew Dolgov
2014-04-04 00:10:34 +04:00

View File

@@ -44,7 +44,6 @@ create table ttrss_users (id integer primary key not null auto_increment,
pwd_hash varchar(250) not null,
last_login datetime default null,
access_level integer not null default 0,
theme_id integer default null,
email varchar(250) not null default '',
full_name varchar(250) not null default '',
email_digest bool not null default false,