not doing any more

This commit is contained in:
Smigz 2025-06-26 16:30:30 -04:00
parent 5ab9f0b2c2
commit b11e7978d0
10 changed files with 49 additions and 23 deletions

View file

@ -0,0 +1,9 @@
/*
Warnings:
- You are about to drop the column `creation_date` on the `Folder` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Folder" DROP COLUMN "creation_date",
ADD COLUMN "createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;