mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fix type
It is used as a string, and because how sqlite3 works internally the field can actually store a string, so no need for data migration.
This commit is contained in:
parent
686e91af57
commit
830d8d911f
@ -178,7 +178,7 @@ bool DataBaseManagement::createTables(QSqlDatabase &database)
|
|||||||
"publisher TEXT,"
|
"publisher TEXT,"
|
||||||
"format TEXT,"
|
"format TEXT,"
|
||||||
"color BOOLEAN,"
|
"color BOOLEAN,"
|
||||||
"ageRating BOOLEAN," // this is actually a string (TEXT), funny thing is that the current implementation works
|
"ageRating TEXT,"
|
||||||
|
|
||||||
"synopsis TEXT,"
|
"synopsis TEXT,"
|
||||||
"characters TEXT,"
|
"characters TEXT,"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user