mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add message about wrong type in ageRating field
This commit is contained in:
parent
a67fee3ea9
commit
1e81b58e5c
@ -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,"
|
||||
|
Loading…
Reference in New Issue
Block a user