Merge pull request '4707-test-workerTimeControl' (!1813) from 4707-test-workerTimeControl into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1813
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Carlos Andrés 2023-10-25 09:16:04 +00:00
commit 6e7b41fbfa
4 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ CREATE TABLE IF NOT EXISTS `vn`.`workerTimeControlError` (
UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
INSERT IGNORE INTO `vn`.`workerTimeControlError` (`code`, `description`)
VALUES
('IS_NOT_ALLOWED_FUTURE', 'No se permite fichar a futuro'),