Skip to content

Commit

Permalink
Add new field and key in install.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Dec 4, 2024
1 parent 94c3e37 commit 547dced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
<FIELD NAME="foreignkey" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="typeid" TYPE="int" LENGTH="3" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="instanceid" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="languageid" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="string" TYPE="text" NOTNULL="true" SEQUENCE="false"/>
</FIELDS>
Expand All @@ -30,6 +31,7 @@
</KEYS>
<INDEXES>
<INDEX NAME="subitemtype" UNIQUE="false" FIELDS="foreignkey, typeid"/>
<INDEX NAME="instanceidx" UNIQUE="false" FIELDS="instanceid"/>
</INDEXES>
</TABLE>
<TABLE NAME="verbalfeedback_template" COMMENT="Verbalfeedback templates">
Expand Down

0 comments on commit 547dced

Please sign in to comment.