fix: refs #7187 sql creation for deviceProductionUser
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-04-23 18:50:28 +02:00
parent 71a9aed1bb
commit fbc1614132
2 changed files with 7 additions and 0 deletions

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