metaforecast/prisma/migrations/20220526101259_no_timestamp_field/migration.sql

13 lines
375 B
MySQL
Raw Normal View History

2022-05-26 10:14:49 +00:00
/*
Warnings:
- You are about to drop the column `timestamp` on the `history` table. All the data in the column will be lost.
- You are about to drop the column `timestamp` on the `questions` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "history" DROP COLUMN "timestamp";
-- AlterTable
ALTER TABLE "questions" DROP COLUMN "timestamp";