mirror of
https://github.com/mihonapp/mihon.git
synced 2024-12-02 05:49:58 -05:00
fixed column position in db
This commit is contained in:
parent
1bd98d7e46
commit
48ace306a1
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ CREATE TABLE mangas(
|
|||
update_strategy INTEGER AS UpdateStrategy NOT NULL DEFAULT 0,
|
||||
calculate_interval INTEGER DEFAULT 0 NOT NULL,
|
||||
last_modified_at INTEGER NOT NULL DEFAULT 0,
|
||||
last_modified_at_local INTEGER,
|
||||
favorite_modified_at INTEGER
|
||||
favorite_modified_at INTEGER,
|
||||
last_modified_at_local INTEGER
|
||||
);
|
||||
|
||||
CREATE INDEX library_favorite_index ON mangas(favorite) WHERE favorite = 1;
|
||||
|
|
Loading…
Reference in a new issue