fix: refs #7187 unify versions
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-04-24 14:08:26 +02:00
parent 88ef12032b
commit 008b6f6f41
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +0,0 @@
ALTER TABLE vn.deviceProductionUser DROP INDEX IF EXISTS deviceProductionUser_UN;

View File

@ -1,4 +1,5 @@
-- Place your SQL code here
ALTER TABLE vn.deviceProductionUser DROP INDEX IF EXISTS deviceProductionUser_UN;
ALTER TABLE vn.deviceProductionUser DROP FOREIGN KEY deviceProductionUser_FK;
ALTER TABLE vn.deviceProductionUser DROP PRIMARY KEY;