diff --git a/ee/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql b/ee/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql index 2214c11a2..71046764a 100644 --- a/ee/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql +++ b/ee/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql @@ -58,4 +58,4 @@ ALTER TABLE tenants ALTER COLUMN name SET NOT NULL; -END; \ No newline at end of file +COMMIT; \ No newline at end of file