mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-19 09:34:42 +00:00
Allow dot in username (#2062)
* Allow dot in username https://github.com/FreshRSS/FreshRSS/issues/2061 * Missing quotes for special chars in PostgreSQL
This commit is contained in:
@@ -107,4 +107,4 @@ $SQL_INSERT_FEEDS = array(
|
||||
VALUES ("https://github.com/FreshRSS/FreshRSS/releases.atom", 1, "FreshRSS releases", "https://github.com/FreshRSS/FreshRSS/", "FreshRSS releases @ GitHub", 86400);',
|
||||
);
|
||||
|
||||
define('SQL_DROP_TABLES', 'DROP TABLE IF EXISTS `entrytmp`, `entry`, `feed`, `category`');
|
||||
define('SQL_DROP_TABLES', 'DROP TABLE IF EXISTS `entrytag`, `tag`, `entrytmp`, `entry`, `feed`, `category`');
|
||||
|
||||
Reference in New Issue
Block a user