mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +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;
|