forked from Archives/Athou_commafeed
create unique index on user_id (fix #400)
This commit is contained in:
@@ -273,5 +273,11 @@
|
||||
<column name="lastContentHash"></column>
|
||||
</createIndex>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user