feat: add migration to remove not null constraint from referenceId on subscriptions

This commit is contained in:
Henry
2025-09-10 21:26:34 +01:00
parent 4f7fa1a228
commit 564ba508e7

View File

@@ -0,0 +1 @@
ALTER TABLE "subscription" ALTER COLUMN "referenceId" DROP NOT NULL;