Skip to content
Snippets Groups Projects
Commit 3b239c46 authored by v.broens's avatar v.broens
Browse files

PrimaryKey_fix

parent 9f75d23f
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