model changes

This commit is contained in:
Christian
2023-01-13 14:44:30 +01:00
parent a9a15440da
commit acd8cd0a67

View File

@@ -0,0 +1,9 @@
ALTER TABLE `servicecategory` ADD COLUMN `ProzentBudget` DECIMAL(18,10);
ALTER TABLE `servicecategory` ADD COLUMN `ProzentStundenkonto` DECIMAL(18,10);
ALTER TABLE `servicedescription` ADD COLUMN `ProzentBudget` DECIMAL(18,10);
ALTER TABLE `servicedescription` ADD COLUMN `ProzentStundenkonto` DECIMAL(18,10);