mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -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,"
|
||||
"format TEXT,"
|
||||
"color BOOLEAN,"
|
||||
"ageRating BOOLEAN,"
|
||||
"ageRating BOOLEAN," //this is actually a string (TEXT), funny thing is that the current implementation works
|
||||
|
||||
"synopsis TEXT,"
|
||||
"characters TEXT,"
|
||||
|
Reference in New Issue
Block a user