forked from jappel/leistungsbilanz-ts
Add public building project setting
This commit is contained in:
parent
43a3bb0b69
commit
44b6fde940
29 changed files with 2057 additions and 54 deletions
1
src/db/migrations/0001_add_public_building_setting.sql
Normal file
1
src/db/migrations/0001_add_public_building_setting.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `projects` ADD `is_public_building` integer DEFAULT false NOT NULL;
|
||||
1748
src/db/migrations/meta/0001_snapshot.json
Normal file
1748
src/db/migrations/meta/0001_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -8,6 +8,13 @@
|
|||
"when": 1785499119431,
|
||||
"tag": "0000_whole_surge",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 1,
|
||||
"version": "6",
|
||||
"when": 1785511894897,
|
||||
"tag": "0001_add_public_building_setting",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue