make previous migration files in line with db

This commit is contained in:
Daniel Roth 2026-04-28 08:15:54 +00:00
parent 20fc6650c1
commit 2f87bf2f38
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
ALTER TABLE "epc_window" RENAME COLUMN "pvc_frame" TO "frame_material" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "epc_window" RENAME COLUMN "pvc_frame" TO "frame_material";--> statement-breakpoint
ALTER TABLE "epc_window" ALTER COLUMN "transmission_data_source" SET DATA TYPE text;

View file

@ -4498,7 +4498,7 @@
"name": "frame_material",
"type": "text",
"primaryKey": false,
"notNull": false
"notNull": true
},
"frame_factor": {
"name": "frame_factor",