3 lines
100 B
SQL
3 lines
100 B
SQL
INSERT INTO settings (key, value) VALUES ('timezone', 'Europe/Paris')
|
|
ON CONFLICT (key) DO NOTHING;
|