Fix: remove obsolete theme_id column
The theme_id column was removed in schema version 83 update script, but not in the initialization one.
This commit is contained in:
parent
5e28bc1aad
commit
15a365a882
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ create table ttrss_users (id integer primary key not null auto_increment,
|
||||||
pwd_hash varchar(250) not null,
|
pwd_hash varchar(250) not null,
|
||||||
last_login datetime default null,
|
last_login datetime default null,
|
||||||
access_level integer not null default 0,
|
access_level integer not null default 0,
|
||||||
theme_id integer default null,
|
|
||||||
email varchar(250) not null default '',
|
email varchar(250) not null default '',
|
||||||
full_name varchar(250) not null default '',
|
full_name varchar(250) not null default '',
|
||||||
email_digest bool not null default false,
|
email_digest bool not null default false,
|
||||||
|
|
Loading…
Reference in a new issue