gastrodata/sql/settings.sql

6 lines
157 B
MySQL
Raw Permalink Normal View History

2020-08-02 12:07:03 +00:00
INSERT IGNORE INTO `settings` (`setting_key`, `setting_value`)
VALUES
('timezone', 'Europe/Berlin'),
('language', 'de'),
('registration', '1')
;