mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
4 lines
134 B
SQL
4 lines
134 B
SQL
-- AlterTable
|
|
ALTER TABLE "user_subscriptions" ALTER COLUMN "stripe_subscription_id" DROP NOT NULL,
|
|
ALTER COLUMN "end" DROP NOT NULL;
|