diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-10 20:20:25 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-10 20:20:25 -0400 |
commit | 19dec249aa483c59ab6b74fddc7f63fb28cb8d5b (patch) | |
tree | 8c1ca9b77298da74359ac9f6bf084cb1b706f8ea /common.php | |
parent | c94d5f4afaedc679755be4a4fc0d33996b61b797 (diff) |
Fixed invalid constraint for comments table in sqlite and mysql schema
Diffstat (limited to 'common.php')
-rw-r--r-- | common.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require __DIR__.'/core/translator.php'; $registry = new Core\Registry; -$registry->db_version = 10; +$registry->db_version = 11; $registry->db = function() use ($registry) { require __DIR__.'/vendor/PicoDb/Database.php'; |