Commit b0673cc00905bb829292581df303dded8c0f4a20

Authored by totoro
1 parent ca360511

remove the semicolon at the end of create table because SQLite store the creatio…

…n query without that semicolon. Hence during migration the algorithm compare the creation query (the stored query in DB  with program query), because it was always different "semicolon", the migration was always applied . That happened only when the database schema version changed.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
calexium_lib @ 5ae5c66a0ff
1   -Subproject commit f22102f85d5212fe6133456d65ec6be48ae5ca3e
  1 +Subproject commit 5ae5c66a0ffa08b2134ada8e2f97609076fc72a4
... ...