mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 21:51:39 +03:00
4 lines
134 B
MySQL
4 lines
134 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "user_subscriptions" ALTER COLUMN "stripe_subscription_id" DROP NOT NULL,
|
||
|
ALTER COLUMN "end" DROP NOT NULL;
|