Vieles, SBD Update, MonthlyFLS und Speichern der Durationart in die Appsettings

This commit is contained in:
Waldi
2017-03-30 06:19:17 +02:00
parent c3e25c0b5f
commit ec7f717476
16 changed files with 1504 additions and 1076 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `1234567890`.`contract`
ADD COLUMN
`MonthlyFLS` DECIMAL(18,10) NULL DEFAULT NULL COMMENT '' AFTER `MonthlyTotalHours`;