mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Fix library creation on 9.8.0 by adding missing manga
field to folder
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user