Add unit, dep, pos. to employee

This commit is contained in:
Dennis Eichhorn 2017-09-29 22:00:15 +02:00
parent 872ab5b2f2
commit 2304c61ce2

View File

@ -51,8 +51,6 @@ class Installer extends InstallerAbstract
`marketing_promotion_earnings` int(11) NOT NULL,
`marketing_promotion_start` datetime NOT NULL,
`marketing_promotion_end` datetime NOT NULL,
`marketing_promotion_progress` int NOT NULL,
`marketing_promotion_progress_type` int NOT NULL,
`marketing_promotion_created_at` datetime NOT NULL,
`marketing_promotion_created_by` int(11) NOT NULL,
PRIMARY KEY (`marketing_promotion_id`),