mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
fixed db creation
This commit is contained in:
parent
bac7fe1351
commit
3cda11eec7
@ -199,7 +199,7 @@ bool DataBaseManagement::createTables(QSqlDatabase & database)
|
||||
"numChildren INTEGER,"
|
||||
"firstChildId INTEGER,"
|
||||
"customImage TEXT,"
|
||||
"FOREIGN KEY(parentId) REFERENCES folder(id) ON DELETE CASCADE), "
|
||||
"FOREIGN KEY(parentId) REFERENCES folder(id) ON DELETE CASCADE, "
|
||||
//8.6
|
||||
"FOREIGN KEY(firstChildId) REFERENCES comic_info(id))");
|
||||
success = success && queryFolder.exec();
|
||||
|
Loading…
Reference in New Issue
Block a user