mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
6 lines
210 B
SQL
6 lines
210 B
SQL
\connect dougal
|
|
|
|
INSERT INTO public.info VALUES ('version', '{"db_schema": "0.3.13"}')
|
|
ON CONFLICT (key) DO UPDATE
|
|
SET value = public.info.value || '{"db_schema": "0.3.13"}' WHERE public.info.key = 'version';
|