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,"
|
"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,"
|
||||||
|
Loading…
Reference in New Issue
Block a user