Merge pull request '4707-test-workerTimeControl' (!1813) from 4707-test-workerTimeControl into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1813 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
6e7b41fbfa
|
@ -28,7 +28,6 @@ CREATE TABLE IF NOT EXISTS `vn`.`workerTimeControlError` (
|
||||||
UNIQUE KEY `code` (`code`)
|
UNIQUE KEY `code` (`code`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
|
||||||
|
|
||||||
|
|
||||||
INSERT IGNORE INTO `vn`.`workerTimeControlError` (`code`, `description`)
|
INSERT IGNORE INTO `vn`.`workerTimeControlError` (`code`, `description`)
|
||||||
VALUES
|
VALUES
|
||||||
('IS_NOT_ALLOWED_FUTURE', 'No se permite fichar a futuro'),
|
('IS_NOT_ALLOWED_FUTURE', 'No se permite fichar a futuro'),
|
Loading…
Reference in New Issue