added migrations folder to git-project to sync resolved migrations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `createdAt` on the `Penalty` table. All the data in the column will be lost.
|
||||
- You are about to drop the column `updatedAt` on the `Penalty` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Penalty" DROP COLUMN "createdAt",
|
||||
DROP COLUMN "updatedAt",
|
||||
ADD COLUMN "timestamp" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;
|
||||
Reference in New Issue
Block a user