From: Luca Santarelli Date: Thu, 3 Apr 2014 19:56:50 +0000 (+0200) Subject: Fix: remove obsolete theme_id column X-Git-Tag: 1.13~49^2 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=15a365a8829add8d060fdec7dcc1a5f7e25d0582 Fix: remove obsolete theme_id column The theme_id column was removed in schema version 83 update script, but not in the initialization one. --- diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 46f69050..b38cb8f0 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -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,