forked from Archives/Athou_commafeed
create unique index on user_id (fix #400)
This commit is contained in:
@@ -274,4 +274,10 @@
|
|||||||
</createIndex>
|
</createIndex>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
<changeSet author="athou" id="create-settings-index">
|
||||||
|
<createIndex tableName="USERSETTINGS" indexName="user_id_index" unique="true">
|
||||||
|
<column name="user_id"></column>
|
||||||
|
</createIndex>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
|
|||||||
Reference in New Issue
Block a user