Skip to content

Commit

Permalink
Issue #1467: Do not use potentially too long key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Dec 7, 2021
1 parent 01a037d commit a69df5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions scripts/DBUpdateTo10_1/DBAddDataStorage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ sub Run {
<ForeignKey ForeignTable="users">
<Reference Local="create_by" Foreign="id"/>
</ForeignKey>
<Unique Name="type_key">
<UniqueColumn Name="ds_type"/>
<UniqueColumn Name="ds_key"/>
</Unique>
</Table>',
);

Expand Down
4 changes: 0 additions & 4 deletions scripts/database/otobo-schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2751,10 +2751,6 @@
<ForeignKey ForeignTable="users">
<Reference Local="create_by" Foreign="id"/>
</ForeignKey>
<Unique Name="type_key">
<UniqueColumn Name="ds_type"/>
<UniqueColumn Name="ds_key"/>
</Unique>
</Table>


Expand Down

0 comments on commit a69df5e

Please sign in to comment.