Update database templates to v0.4.5

This commit is contained in:
D. Berge
2023-11-02 20:15:51 +01:00
parent 402a3f9cce
commit a55d2cc6fc
2 changed files with 68 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
\connect dougal
INSERT INTO public.info VALUES ('version', '{"db_schema": "0.4.2"}')
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.2"}' WHERE public.info.key = 'version';
SET value = public.info.value || '{"db_schema": "0.4.5"}' WHERE public.info.key = 'version';