diff options
| author | 2014-08-09 21:32:06 +0200 | |
|---|---|---|
| committer | 2014-08-09 21:32:06 +0200 | |
| commit | fce624218eb247d7174cdb186026174a8a6e5e8b (patch) | |
| tree | f399b3bd6264d9c0f5f9597e3055adab532314b0 /app/SQL | |
| parent | b6e89d4e06814541802c428c4df0e28633f551cd (diff) | |
| parent | d477373ef2879bdeeaa3c157287c0fab98afefdc (diff) | |
Merge branch 'dev' into 411-update-system
Diffstat (limited to 'app/SQL')
| -rw-r--r-- | app/SQL/install.sql.sqlite.php | 1 |
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, |
