Drop an unused message database index. (#352)

This commit is contained in:
Jon Chambers 2021-01-18 11:26:03 -05:00 committed by GitHub
parent 144d1ea280
commit 13b84635b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -132,4 +132,8 @@
</addColumn>
</changeSet>
<changeSet runInTransaction="false" id="14" author="ehren">
<sql>DROP INDEX CONCURRENTLY IF EXISTS public.destination_index;</sql>
</changeSet>
</databaseChangeLog>