commit f14d4fee92c6e47600c96b7d42d18611c10226b5 parent 5b4cc992b38690c9d7323714718d71448334beaf Author: Florian Dold <florian@dold.me> Date: Mon, 8 Jun 2026 16:18:49 +0200 -fix comment type Diffstat:
| M | src/backenddb/pg_fixup_instance_schema.sql | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backenddb/pg_fixup_instance_schema.sql b/src/backenddb/pg_fixup_instance_schema.sql @@ -42,5 +42,5 @@ BEGIN END LOOP; END $$; -COMMENT ON FUNCTION merchant.fixup_instance_schema(BIGINT) +COMMENT ON PROCEDURE merchant.fixup_instance_schema(BIGINT) IS 'Updates all schema to the given version';