local-aws/prisma/migrations/20241221010230_/migration.sql

4 lines
129 B
SQL

-- AlterTable
ALTER TABLE "KmsKey" ADD COLUMN "nextRotation" DATETIME;
ALTER TABLE "KmsKey" ADD COLUMN "rotationPeriod" INTEGER;