From bcc1975eb35ba88606e6ec2b413b7853fbbb3269 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 28 Jul 2017 18:52:34 +0530 Subject: [PATCH] Fixing https://github.com/wso2/product-iots/issues/1095 --- .../src/main/resources/dbscripts/plugins/mssql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/dbscripts/plugins/mssql.sql b/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/dbscripts/plugins/mssql.sql index 54a7dc720..041df9a0c 100644 --- a/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/dbscripts/plugins/mssql.sql +++ b/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/dbscripts/plugins/mssql.sql @@ -42,5 +42,5 @@ CREATE TABLE WINDOWS_ENROLLMENT_TOKEN ( DEVICE_ID VARCHAR (100) NOT NULL, USERNAME VARCHAR (45) NOT NULL, OWNERSHIP VARCHAR (45) NULL DEFAULT NULL, - PRIMARY KEY (ID); + PRIMARY KEY (ID) ); \ No newline at end of file