added new type

This commit is contained in:
Khalim Conn-Kowlessar 2025-11-26 21:09:27 +00:00
parent a583af720b
commit 03d5e06ec0
4 changed files with 4698 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TYPE "public"."type" ADD VALUE 'double_glazing' BEFORE 'trickle_vent';

File diff suppressed because it is too large Load diff

View file

@ -918,6 +918,13 @@
"when": 1764077914945,
"tag": "0130_large_wong",
"breakpoints": true
},
{
"idx": 131,
"version": "7",
"when": 1764191284790,
"tag": "0131_minor_lucky_pierre",
"breakpoints": true
}
]
}

View file

@ -43,6 +43,7 @@ export const MaterialType: [string, ...string[]] = [
// Windows
"windows_glazing",
"secondary_glazing",
"double_glazing",
// vents
"trickle_vent",
"door_undercut",