mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
added correct db
This commit is contained in:
parent
3b721cfc6c
commit
dedcf3b858
@ -30,7 +30,7 @@
|
|||||||
</jndiConfig>
|
</jndiConfig>
|
||||||
<definition type="RDBMS">
|
<definition type="RDBMS">
|
||||||
<configuration>
|
<configuration>
|
||||||
<url>jdbc:h2:repository/database/Android_DB;DB_CLOSE_ON_EXIT=FALSE
|
<url>jdbc:h2:repository/database/WSO2MobileAndroid_DB;DB_CLOSE_ON_EXIT=FALSE
|
||||||
</url>
|
</url>
|
||||||
<username>wso2carbon</username>
|
<username>wso2carbon</username>
|
||||||
<password>wso2carbon</password>
|
<password>wso2carbon</password>
|
||||||
|
|||||||
@ -39,7 +39,6 @@
|
|||||||
<Table name="AD_DEVICE">
|
<Table name="AD_DEVICE">
|
||||||
<PrimaryKey>DEVICE_ID</PrimaryKey>
|
<PrimaryKey>DEVICE_ID</PrimaryKey>
|
||||||
<Attributes>
|
<Attributes>
|
||||||
<Attribute>DEVICE_ID</Attribute>
|
|
||||||
<Attribute>GCM_TOKEN</Attribute>
|
<Attribute>GCM_TOKEN</Attribute>
|
||||||
<Attribute>DEVICE_INFO</Attribute>
|
<Attribute>DEVICE_INFO</Attribute>
|
||||||
<Attribute>IMEI</Attribute>
|
<Attribute>IMEI</Attribute>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user