mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04: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;
|
||||
//TODO
|
||||
columnDefs << "numChildren INTEGER";
|
||||
columnDefs << "firstChildId INTEGER";
|
||||
columnDefs << "customImage TEXT";
|
||||
//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