mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 16:31:43 +03:00
de91027852
closes CLOUD-48 - [x] lifetime subscription quota - [ ] tests
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;
|