mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:57:07 +00:00
4 lines
191 B
MySQL
4 lines
191 B
MySQL
|
|
INSERT INTO public.info VALUES ('version', '{"db_schema": "0.3.1"}')
|
||
|
|
ON CONFLICT (key) DO UPDATE
|
||
|
|
SET value = public.info.value || '{"db_schema": "0.3.1"}' WHERE public.info.key = 'version';
|