zipline/prisma/migrations/20220620173040_ratelimit_date/migration.sql
2022-06-20 10:49:24 -07:00

9 lines
234 B
SQL

/*
Warnings:
- You are about to drop the column `ratelimited` on the `User` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "User" DROP COLUMN "ratelimited",
ADD COLUMN "ratelimit" TIMESTAMP(3);