update the folder table properly in 8.6 version

This commit is contained in:
Luis Ángel San Martín 2016-01-24 10:52:55 +01:00
parent b0060795b5
commit cf79dbad91

View File

@ -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);
}
}