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

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>