Skip to content

Commit

Permalink
patch: remove free tier data from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 5, 2024
1 parent 563f9d2 commit 44dc980
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/api/src/prisma/migrations/20240102080245_init/migration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ CREATE TABLE "Subscription" (
CONSTRAINT "Subscription_pkey" PRIMARY KEY ("id")
);

-- CreateTable
CREATE TABLE "FreeTierLimit" (
"id" TEXT NOT NULL,
"maxProjects" INTEGER NOT NULL DEFAULT 5,
"maxEnvironments" INTEGER NOT NULL DEFAULT 3,
"maxApiKeys" INTEGER NOT NULL DEFAULT 3,
"maxSecretsPerProject" INTEGER NOT NULL DEFAULT 10,
"maxMembersPerProject" INTEGER NOT NULL DEFAULT 5,

CONSTRAINT "FreeTierLimit_pkey" PRIMARY KEY ("id")
);

-- CreateTable
CREATE TABLE "Environment" (
"id" TEXT NOT NULL,
Expand Down

0 comments on commit 44dc980

Please sign in to comment.