diff --git a/packages/db/migrations/20250910195058_RemoveNotNullConstraintFromReferenceIdOnSubsriptions.sql b/packages/db/migrations/20250910195058_RemoveNotNullConstraintFromReferenceIdOnSubsriptions.sql new file mode 100644 index 00000000..4fa338dc --- /dev/null +++ b/packages/db/migrations/20250910195058_RemoveNotNullConstraintFromReferenceIdOnSubsriptions.sql @@ -0,0 +1 @@ +ALTER TABLE "subscription" ALTER COLUMN "referenceId" DROP NOT NULL; \ No newline at end of file