AFFiNE/packages/backend/server/migrations/20240416042935_lifetime_subscription/migration.sql

4 lines
134 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "user_subscriptions" ALTER COLUMN "stripe_subscription_id" DROP NOT NULL,
ALTER COLUMN "end" DROP NOT NULL;