Skip to content
Snippets Groups Projects
Commit 8c2d86be authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

MS Teams: database refactoring

parent 3a8cb98a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
</column> </column>
<column name="TEAMNAME" type="NVARCHAR(255)"/> <column name="TEAMNAME" type="NVARCHAR(255)"/>
<column name="GENERAL_CHANNELID" type="CHAR(48)"/> <column name="GENERAL_CHANNELID" type="CHAR(48)"/>
<column name="OBJECT_ROWID" type="CHAR(36)"/>
<column name="IS_ARCHIVED" type="TINYINT"/> <column name="IS_ARCHIVED" type="TINYINT"/>
<column name="SERVICE_URL" type="NVARCHAR(255)"/> <column name="SERVICE_URL" type="NVARCHAR(255)"/>
<column name="WEB_URL" type="NVARCHAR(500)"/> <column name="WEB_URL" type="NVARCHAR(500)"/>
......
...@@ -14217,20 +14217,6 @@ ...@@ -14217,20 +14217,6 @@
<syncIds></syncIds> <syncIds></syncIds>
</auditSyncConfig> </auditSyncConfig>
<entityFields> <entityFields>
<entityFieldDb>
<name>OBJECT_ROWID</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="1" />
<size v="36" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb> <entityFieldDb>
<name>MST_TEAMID</name> <name>MST_TEAMID</name>
<dbName></dbName> <dbName></dbName>
...@@ -14622,7 +14608,7 @@ ...@@ -14622,7 +14608,7 @@
<scale v="0" /> <scale v="0" />
<notNull v="false" /> <notNull v="false" />
<isUnique v="false" /> <isUnique v="false" />
<index v="false" /> <index v="true" />
<documentation></documentation> <documentation></documentation>
<title></title> <title></title>
<description></description> <description></description>
...@@ -14655,6 +14641,20 @@ ...@@ -14655,6 +14641,20 @@
<title></title> <title></title>
<description></description> <description></description>
</entityFieldDb> </entityFieldDb>
<entityFieldDb>
<name>ORGANISATION_CONTACT_ID</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="1" />
<size v="36" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="true" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
</entityFields> </entityFields>
</entityDb> </entityDb>
<entityDb> <entityDb>
...@@ -14726,21 +14726,7 @@ ...@@ -14726,21 +14726,7 @@
<scale v="0" /> <scale v="0" />
<notNull v="true" /> <notNull v="true" />
<isUnique v="false" /> <isUnique v="false" />
<index v="true" /> <index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>ORGANISATION_CONTACT_ID</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="1" />
<size v="36" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="true" />
<documentation></documentation> <documentation></documentation>
<title></title> <title></title>
<description></description> <description></description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment