mirror of
https://github.com/YACReader/yacreader
synced 2025-11-17 07:22:47 -05:00
update the folder table properly in 8.6 version
This commit is contained in:
@ -770,7 +770,11 @@ bool DataBaseManagement::updateToCurrentVersion(const QString & fullPath)
|
|||||||
{
|
{
|
||||||
QStringList columnDefs;
|
QStringList columnDefs;
|
||||||
//TODO
|
//TODO
|
||||||
|
columnDefs << "numChildren INTEGER";
|
||||||
|
columnDefs << "firstChildId INTEGER";
|
||||||
|
columnDefs << "customImage TEXT";
|
||||||
//returnValue = returnValue && addColumns("folder", columnDefs, db);
|
//returnValue = returnValue && addColumns("folder", columnDefs, db);
|
||||||
|
//returnValue = returnValue && addConstraint("folder", FOREIGN KEY(firstChildId) REFERENCES comic_info(id), db);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user