Skip to content
Snippets Groups Projects
Commit 86472daf authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch 'PrimaryKey_fix' into '2021.2.3'

PrimaryKey_fix

See merge request xrm/basic!1578
parents 9f75d23f 3b239c46
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<changeSet author="V.Broens" id="b72f5652-d0b2-47df-bb35-1256925f29e1">
<createTable tableName="KNOWLEDGEMANAGEMENTINBOX">
<column name="KNOWLEDGEMANAGEMENTINBOXID" type="CHAR(36)">
<constraints primaryKey="true" primaryKeyName="PK_KNOWLEDGEMANAGEMENT_TICKETCATEGORYID"/>
<constraints primaryKey="true" primaryKeyName="PK_KNOWLEDGEMANAGEMENT_INBOXID"/>
</column>
<column name="KNOWLEDGEMANAGEMENT_ID" type="CHAR(36)"/>
<column name="INBOX_ID" type="CHAR(36)"/>
......
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