mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-16 09:17:58 -05: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,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