mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Fix install with sql files
This commit is contained in:
parent
d72e24dd4d
commit
3cbf3c69e5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
REPLACE INTO \`settings\` (\`key\`, \`value\`) VALUES
|
||||
REPLACE INTO `settings` (`key`, `value`) VALUES
|
||||
('mail_driver', 'mail'),
|
||||
('mail_encryption', 'ssl'),
|
||||
('mail_from', '$app@$domain'),
|
||||
|
|
Loading…
Add table
Reference in a new issue