mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
update the folder table properly in 8.6 version
This commit is contained in:
parent
b0060795b5
commit
cf79dbad91
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user