mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-06 22:23:10 -04: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:
committed by
GitHub
parent
60f31a58a5
commit
6a686daafa
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
define('SQL_CREATE_DB', 'CREATE DATABASE IF NOT EXISTS %1$s DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;');
|
||||
define('SQL_CREATE_DB', 'CREATE DATABASE IF NOT EXISTS `%1$s` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;');
|
||||
|
||||
define('SQL_CREATE_TABLES', '
|
||||
CREATE TABLE IF NOT EXISTS `%1$scategory` (
|
||||
|
||||
Reference in New Issue
Block a user