#4988 - new-module-agency #2303

Merged
pablone merged 17 commits from 4988-new-module-agency into dev 2024-04-26 07:06:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 42591af5c7 - Show all commits

View File

@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS `agencyWorkCenter` (
CREATE TABLE IF NOT EXISTS `vn`.`agencyWorkCenter` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`agencyFk` smallint(5) unsigned NOT NULL,
`workCenterFk` int(11) NOT NULL,