7489-testToMaster #2515

Merged
alexm merged 329 commits from 7489-testToMaster into master 2024-05-28 05:30:19 +00:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit fbc1614132 - Show all commits

View File

@ -0,0 +1,6 @@
-- Place your SQL code here
ALTER TABLE vn.deviceProductionUser DROP FOREIGN KEY deviceProductionUser_FK;
ALTER TABLE vn.deviceProductionUser DROP PRIMARY KEY;
ALTER TABLE vn.deviceProductionUser ADD id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY FIRST;

View File

@ -0,0 +1 @@
-- Place your SQL code here