summaryrefslogtreecommitdiff
path: root/app/SQL
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-08-09 21:32:06 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-08-09 21:32:06 +0200
commitfce624218eb247d7174cdb186026174a8a6e5e8b (patch)
treef399b3bd6264d9c0f5f9597e3055adab532314b0 /app/SQL
parentb6e89d4e06814541802c428c4df0e28633f551cd (diff)
parentd477373ef2879bdeeaa3c157287c0fab98afefdc (diff)
Merge branch 'dev' into 411-update-system
Diffstat (limited to 'app/SQL')
-rw-r--r--app/SQL/install.sql.sqlite.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/SQL/install.sql.sqlite.php b/app/SQL/install.sql.sqlite.php
index b90a5ef5e..7988ada04 100644
--- a/app/SQL/install.sql.sqlite.php
+++ b/app/SQL/install.sql.sqlite.php
@@ -1,4 +1,5 @@
<?php
+global $SQL_CREATE_TABLES;
$SQL_CREATE_TABLES = array(
'CREATE TABLE IF NOT EXISTS `%1$scategory` (
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,