initial commit - code moved to separate repo
This commit is contained in:
8
prisma/migrations/20221204144131_/migration.sql
Normal file
8
prisma/migrations/20221204144131_/migration.sql
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
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`;
|
Reference in New Issue
Block a user