mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing issues in database scripts
This commit is contained in:
parent
935bafaefe
commit
2f4ee23598
@ -36,7 +36,7 @@ CREATE TABLE IOS_FEATURE (
|
||||
|
||||
-- Sequence `IOS_FEATURE_ID_INC_SEQ`
|
||||
-- -----------------------------------------------------
|
||||
CREATE SEQUENCE IOS_FEATURE_ID_INC_SEQ START WITH 1 INCREMENT BY 1 NOCACHE;
|
||||
CREATE SEQUENCE IOS_FEATURE_ID_INC_SEQ START WITH 1 INCREMENT BY 1 NOCACHE
|
||||
/
|
||||
|
||||
-- -----------------------------------------------------
|
||||
|
||||
@ -34,7 +34,7 @@ CREATE TABLE WIN_FEATURE (
|
||||
-- -----------------------------------------------------
|
||||
-- Sequence `WIN_FEATURE_ID_INC_SEQ`
|
||||
-- -----------------------------------------------------
|
||||
CREATE SEQUENCE WIN_FEATURE_ID_INC_SEQ START WITH 1 INCREMENT BY 1 NOCACHE;
|
||||
CREATE SEQUENCE WIN_FEATURE_ID_INC_SEQ START WITH 1 INCREMENT BY 1 NOCACHE
|
||||
/
|
||||
|
||||
-- -----------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user