diff --git a/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-mssql.sql b/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-mssql.sql deleted file mode 100644 index e2f7e6d5..00000000 --- a/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-mssql.sql +++ /dev/null @@ -1,3 +0,0 @@ -ALTER TABLE DM_ENROLMENT ALTER COLUMN OWNER VARCHAR (255) NOT NULL; - -ALTER TABLE DM_GROUP ALTER COLUMN OWNER VARCHAR (255) DEFAULT NULL; diff --git a/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-mysql.sql b/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-mysql.sql deleted file mode 100644 index 99d8db97..00000000 --- a/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-mysql.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE `DM_ENROLMENT` -CHANGE COLUMN `OWNER` `OWNER` VARCHAR(255) NOT NULL; - -ALTER TABLE `DM_GROUP` -CHANGE COLUMN `OWNER` `OWNER` VARCHAR(255) NULL DEFAULT NULL; diff --git a/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-postgres.sql b/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-postgres.sql deleted file mode 100644 index a5fb68f7..00000000 --- a/modules/migration/migration-iot_3.3.1-to-iot_3.6.0/cdm-migration-postgres.sql +++ /dev/null @@ -1,3 +0,0 @@ -ALTER TABLE dm_enrolment ALTER COLUMN owner TYPE character varying(255); - -ALTER TABLE dm_group ALTER COLUMN owner TYPE character varying(255); diff --git a/pom.xml b/pom.xml index e9304bc4..f683b564 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,13 @@ 4.0.0 - org.wso2.iot - wso2iot-parent + io.entgra.iot + entgra-iot-server-parent pom 3.8.3-SNAPSHOT - WSO2 IoT - Parent + Entgra IoT - Parent http://wso2.org - WSO2 IoT Server + Entgra IoT Server org.wso2