mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
migration
This commit is contained in:
parent
593be49773
commit
b74585ff21
3 changed files with 8625 additions and 0 deletions
2
src/app/db/migrations/0187_mean_salo.sql
Normal file
2
src/app/db/migrations/0187_mean_salo.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE "epc_window" RENAME COLUMN "pvc_frame" TO "frame_material" DROP NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "epc_window" ALTER COLUMN "transmission_data_source" SET DATA TYPE text;
|
||||
8616
src/app/db/migrations/meta/0187_snapshot.json
Normal file
8616
src/app/db/migrations/meta/0187_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1310,6 +1310,13 @@
|
|||
"when": 1777028605680,
|
||||
"tag": "0186_equal_baron_zemo",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 187,
|
||||
"version": "7",
|
||||
"when": 1777307158192,
|
||||
"tag": "0187_mean_salo",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue