Create migration.sql

10-23-feat_Hard_limits_for_API_keys
zomars 2023-10-23 15:23:44 -07:00
parent a01928fcce
commit a61d10bc3d
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "ApiKey" ADD COLUMN "remainingCalls" INTEGER;