From b0673cc00905bb829292581df303dded8c0f4a20 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 3 Jul 2016 16:52:02 +0200 Subject: [PATCH] remove the semicolon at the end of create table because SQLite store the creation 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. --- calexium_lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calexium_lib b/calexium_lib index f22102f..5ae5c66 160000 --- a/calexium_lib +++ b/calexium_lib @@ -1 +1 @@ -Subproject commit f22102f85d5212fe6133456d65ec6be48ae5ca3e +Subproject commit 5ae5c66a0ffa08b2134ada8e2f97609076fc72a4 -- libgit2 0.21.4