chore: import upstream snapshot with attribution
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `finishedAt` on the `Task` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Task" DROP COLUMN "finishedAt",
|
||||
ADD COLUMN "completedAt" TIMESTAMP(3);
|
||||
Reference in New Issue
Block a user