8315-devToTest #3313

Merged
alexm merged 228 commits from 8315-devToTest into test 2024-12-18 10:30:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8797635101 - Show all commits

View File

@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS `vn`.`simSupplier` (
) ENGINE=InnoDB AUTO_INCREMENT=1
DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
ALTER TABLE `deviceProductionUser`
ALTER TABLE `vn`.`deviceProductionUser`
MODIFY `simSerialNumber` VARCHAR(25);
ALTER TABLE vn.deviceProductionUser ADD CONSTRAINT deviceProductionUser_simSupplier_FK