summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-04-04 00:10:34 +0400
committerAndrew Dolgov <[email protected]>2014-04-04 00:10:34 +0400
commitda4f103e63006d05a09dab6ab1f3b2ab48810562 (patch)
tree2d1a22ec7879d8e41a9a1be244f2c69a256a392d /schema
parent5e28bc1aad8060783db92231ca1f08df54981f05 (diff)
parent15a365a8829add8d060fdec7dcc1a5f7e25d0582 (diff)
Merge pull request #363 from hrk/patch-1
Fix: remove obsolete theme_id column
Diffstat (limited to 'schema')
-rw-r--r--schema/ttrss_schema_mysql.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 46f690501..b38cb8f02 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,