mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
* Adds label_in_sequence() function NOTE: This function is already defined in schema-template.sql but seemingly never got pushed into production. Fixes #211.
4 lines
191 B
SQL
4 lines
191 B
SQL
INSERT INTO public.info VALUES ('version', '{"db_schema": "0.3.5"}')
|
|
ON CONFLICT (key) DO UPDATE
|
|
SET value = public.info.value || '{"db_schema": "0.3.5"}' WHERE public.info.key = 'version';
|