Update migration 202508

This commit is contained in:
xbgmsharp
2025-09-04 21:58:45 +02:00
parent 3bda948646
commit d1578e3786

View File

@@ -565,7 +565,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO user_role;
-- Update version
UPDATE public.app_settings
SET value='0.9.3'
SET value='0.9.4'
WHERE "name"='app.version';
\c postgres