SQLite: Bug creation new users

Not tested much yet. Some MySQL parts changed a bit too to double-check.
https://github.com/marienfressinaud/FreshRSS/issues/574
This commit is contained in:
Alexandre Alapetite committed 2014-08-09 19:58:39 +02:00
1 parent 737b206d8c
commit d477373ef2
3 files changed
+35 -21

No files matched your search

+1
View File
@@ -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,