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