7336_devToTest #2414

Merged
alexm merged 220 commits from 7336_devToTest into test 2024-05-07 06:26:53 +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,