mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix library creation on 9.8.0 by adding missing manga
field to folder
This commit is contained in:
parent
5f3824ff3c
commit
c3a99b19a5
@ -203,6 +203,8 @@ bool DataBaseManagement::createTables(QSqlDatabase &database)
|
||||
"numChildren INTEGER,"
|
||||
"firstChildHash TEXT,"
|
||||
"customImage TEXT,"
|
||||
//new 9.8 fields
|
||||
"manga BOOLEAN DEFAULT 0,"
|
||||
"FOREIGN KEY(parentId) REFERENCES folder(id) ON DELETE CASCADE)");
|
||||
success = success && queryFolder.exec();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user