This commit is contained in:
parent
88ef12032b
commit
008b6f6f41
|
@ -1,2 +0,0 @@
|
|||
ALTER TABLE vn.deviceProductionUser DROP INDEX IF EXISTS deviceProductionUser_UN;
|
||||
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue