7167-testToMaster_2414 #2244

Merged
alexm merged 643 commits from 7167-testToMaster_2414 into master 2024-04-04 05:32:41 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 9d94259d67 - Show all commits

View File

@ -1,4 +1,6 @@
CREATE OR REPLACE TABLE `workerActivityType` (
USE vn;
CREATE OR REPLACE TABLE vn.workerActivityType (
`code` varchar(20) NOT NULL,
`description` varchar(45) NOT NULL,
PRIMARY KEY (`code`)