mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Add message about wrong type in ageRating field
This commit is contained in:
@ -156,7 +156,7 @@ bool DataBaseManagement::createTables(QSqlDatabase &database)
|
|||||||
"publisher TEXT,"
|
"publisher TEXT,"
|
||||||
"format TEXT,"
|
"format TEXT,"
|
||||||
"color BOOLEAN,"
|
"color BOOLEAN,"
|
||||||
"ageRating BOOLEAN,"
|
"ageRating BOOLEAN," //this is actually a string (TEXT), funny thing is that the current implementation works
|
||||||
|
|
||||||
"synopsis TEXT,"
|
"synopsis TEXT,"
|
||||||
"characters TEXT,"
|
"characters TEXT,"
|
||||||
|
Reference in New Issue
Block a user