mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
make previous migration files in line with db
This commit is contained in:
parent
20fc6650c1
commit
2f87bf2f38
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
@ -4498,7 +4498,7 @@
|
|||
"name": "frame_material",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
"notNull": true
|
||||
},
|
||||
"frame_factor": {
|
||||
"name": "frame_factor",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue