mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
refactor(server): payment service (#8906)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "user_invoices" ALTER COLUMN "plan" DROP NOT NULL,
|
||||
ALTER COLUMN "recurring" DROP NOT NULL,
|
||||
ALTER COLUMN "reason" DROP NOT NULL;
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX "user_invoices_user_id_idx" ON "user_invoices"("user_id");
|
||||
@@ -1,3 +1,3 @@
|
||||
# Please do not edit this file manually
|
||||
# It should be added in your version-control system (i.e. Git)
|
||||
provider = "postgresql"
|
||||
provider = "postgresql"
|
||||
Reference in New Issue
Block a user