refs #4707 fix: correct sqlVersion

This commit is contained in:
Carlos Andrés 2023-10-25 11:02:53 +02:00
parent 800bbd74c8
commit b461f63e2c
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'),