mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removing unnecessary INSERT statements found in device management schema
This commit is contained in:
parent
fb3e7f4c33
commit
5ec27d989f
@ -398,6 +398,3 @@ CREATE TABLE IF NOT EXISTS DM_NOTIFICATION (
|
|||||||
);
|
);
|
||||||
-- NOTIFICATION TABLE END --
|
-- NOTIFICATION TABLE END --
|
||||||
|
|
||||||
-- TO:DO - Remove this INSERT sql statement.
|
|
||||||
Insert into DM_DEVICE_TYPE (ID,NAME) VALUES (1, 'android');
|
|
||||||
Insert into DM_DEVICE_TYPE (ID,NAME) VALUES (2, 'ios');
|
|
||||||
|
|||||||
@ -401,7 +401,3 @@ CREATE TABLE DM_NOTIFICATION (
|
|||||||
);
|
);
|
||||||
-- NOTIFICATION TABLE END --
|
-- NOTIFICATION TABLE END --
|
||||||
|
|
||||||
-- TO:DO - Remove this INSERT sql statement.
|
|
||||||
Insert into DM_DEVICE_TYPE (ID,NAME) VALUES (1, 'android');
|
|
||||||
Insert into DM_DEVICE_TYPE (ID,NAME) VALUES (2, 'ios');
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user