mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-13 14:09:18 -04:00
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:
1 parent
737b206d8c
commit
d477373ef2
3 files changed
+35
-21
No files matched your search
@@ -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,
|
||||
|
||||
Reference in new issue
Block a user