forked from jappel/leistungsbilanz-ts
Add versioned project settings modal
This commit is contained in:
parent
e1fc81a083
commit
d77cfbeb49
22 changed files with 2563 additions and 111 deletions
4
src/db/migrations/0016_dashing_darkstar.sql
Normal file
4
src/db/migrations/0016_dashing_darkstar.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE `projects` ADD `internal_project_number` text;--> statement-breakpoint
|
||||
ALTER TABLE `projects` ADD `external_project_number` text;--> statement-breakpoint
|
||||
ALTER TABLE `projects` ADD `building_owner` text;--> statement-breakpoint
|
||||
ALTER TABLE `projects` ADD `description` text;
|
||||
Loading…
Add table
Add a link
Reference in a new issue