This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 068fcf69 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Korrektur Indices

parent 68811543
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -10,9 +10,10 @@
<changeSet id="20211407105122-1" author="eduard frankford">
<createIndex indexName="index_exerciseID" tableName="likes">
<column name="exercise_id"></column>
</createIndex>
<createIndex indexName="index_exerciseUserID" tableName="likes">
<column name="exercise_id"></column>
<column name="user_id"></column>
<column name="id"></column>
<column name="date"></column>
</createIndex>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment