Skip to content

Commit c1fbae9

Browse files
committed
#1524 - one migration
1 parent f5df9e4 commit c1fbae9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/backend/src/prisma/migrations/20231116012435_material_type_date_deleted/migration.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/backend/src/prisma/migrations/20231119042617_add_bom/migration.sql renamed to src/backend/src/prisma/migrations/20231119054311_add_bom/migration.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ CREATE TABLE "Material" (
5151
CREATE TABLE "Material_Type" (
5252
"name" TEXT NOT NULL,
5353
"dateCreated" TIMESTAMP(3) NOT NULL,
54+
"dateDeleted" TIMESTAMP(3),
5455
"creatorId" INTEGER NOT NULL,
5556

5657
CONSTRAINT "Material_Type_pkey" PRIMARY KEY ("name")

0 commit comments

Comments
 (0)