SQL Statements und update für zeiterfassung

This commit is contained in:
Waldi
2017-01-19 17:02:07 +01:00
parent b809f4f3c6
commit c4f0254a2c
23 changed files with 992 additions and 175 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `1234567890`.`servicerecord`
ADD COLUMN `ServiceRecordFormat`
INT(10) NULL DEFAULT NULL COMMENT '' AFTER `DurationInStunden`;