neue reports
This commit is contained in:
28
Model/Changes_2018_06_30.txt
Normal file
28
Model/Changes_2018_06_30.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
CREATE TABLE `feiertag` (
|
||||
`Oid` bigint(19) NOT NULL AUTO_INCREMENT,
|
||||
`Tid` int(10) DEFAULT NULL,
|
||||
`Datum` datetime DEFAULT NULL,
|
||||
`Name` varchar(256) DEFAULT NULL,
|
||||
`Notice` varchar(1024) DEFAULT NULL,
|
||||
`Version` bigint(19) DEFAULT NULL,
|
||||
`UdpUser` varchar(256) DEFAULT NULL,
|
||||
`InsUser` varchar(256) DEFAULT NULL,
|
||||
`InsTs` datetime DEFAULT NULL,
|
||||
`IsActive` tinyint(4) DEFAULT NULL,
|
||||
`SystemEntryID` int(10) DEFAULT NULL,
|
||||
PRIMARY KEY (`Oid`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
|
||||
|
||||
|
||||
ALTER TABLE `contract`
|
||||
ADD COLUMN `HourlyRateCostRateValueOid` bigint(19) NULL DEFAULT NULL ;
|
||||
|
||||
ALTER TABLE `contract`
|
||||
ADD COLUMN `ProbationPeriod2` decimal(18,10) NULL DEFAULT NULL ;
|
||||
|
||||
ALTER TABLE `contract`
|
||||
ADD COLUMN `ContractTypeValueListEntryOid` bigint(10) NULL DEFAULT NULL ;
|
||||
|
||||
ALTER TABLE `contract`
|
||||
ADD COLUMN `QualifikationsBedarfValueListEntryOid` bigint(10) NULL DEFAULT NULL ;
|
||||
|
||||
Reference in New Issue
Block a user