Files
mwitnessing/prisma/migrations/20221204144131_/migration.sql
2024-02-22 04:19:38 +02:00

9 lines
181 B
SQL

/*
Warnings:
- You are about to drop the column `date` on the `Shift` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `Shift` DROP COLUMN `date`;