DebuggingTools in DevTools umbenannt

This commit is contained in:
2025-07-11 18:48:37 +02:00
parent 053d5590de
commit 31a69def41
93 changed files with 580 additions and 436 deletions

View File

@@ -1,4 +1,4 @@
CREATE TABLE `feiertag` (
CREATE TABLE IF NOT EXISTS `feiertag` (
`Oid` bigint(19) NOT NULL AUTO_INCREMENT,
`Tid` int(10) DEFAULT NULL,
`Datum` datetime DEFAULT NULL,
@@ -15,14 +15,13 @@ CREATE TABLE `feiertag` (
ALTER TABLE `contract`
ADD COLUMN `HourlyRateCostRateValueOid` bigint(19) NULL DEFAULT NULL ;
ADD COLUMN `HourlyRateCostRateValueOid` bigint(19) NULL DEFAULT NULL;
ALTER TABLE `contract`
ADD COLUMN `ProbationPeriod2` decimal(18,10) NULL DEFAULT NULL ;
ADD COLUMN `ProbationPeriod2` decimal(18,10) NULL DEFAULT NULL;
ALTER TABLE `contract`
ADD COLUMN `ContractTypeValueListEntryOid` bigint(10) NULL DEFAULT NULL ;
ADD COLUMN `ContractTypeValueListEntryOid` bigint(10) NULL DEFAULT NULL;
ALTER TABLE `contract`
ADD COLUMN `QualifikationsBedarfValueListEntryOid` bigint(10) NULL DEFAULT NULL ;
ADD COLUMN `QualifikationsBedarfValueListEntryOid` bigint(10) NULL DEFAULT NULL;