]> git.wh0rd.org - tt-rss.git/commitdiff
Fix: remove obsolete theme_id column
authorLuca Santarelli <luca.santarelli@gmail.com>
Thu, 3 Apr 2014 19:56:50 +0000 (21:56 +0200)
committerLuca Santarelli <luca.santarelli@gmail.com>
Thu, 3 Apr 2014 19:56:50 +0000 (21:56 +0200)
The theme_id column was removed in schema version 83 update script, but not in the initialization one.

schema/ttrss_schema_mysql.sql

index 46f690501dccbc7c1baf6f918264da1d854a6b07..b38cb8f02b151980435e84ef97e030aefc200743 100644 (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,