zipline/prisma/migrations/20220620173040_ratelimit_date/migration.sql

10 lines
234 B
MySQL
Raw Normal View History

2022-06-20 10:49:24 -07:00
/*
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);