Fix expected DB version for upgrade 38

This commit is contained in:
D. Berge
2025-07-25 18:11:19 +02:00
parent 90216c12e4
commit 122951e3a2

View File

@@ -79,7 +79,7 @@ BEGIN
USING MESSAGE='Patch already applied';
END IF;
IF current_db_version != '0.5.3' THEN
IF current_db_version != '0.5.4' THEN
RAISE EXCEPTION
USING MESSAGE='Invalid database version: ' || current_db_version,
HINT='Ensure all previous patches have been applied.';