Do not create postgresql index on an inexisting table

This table was deleted, this leftover index was preventing from starting
a new installation with postgresql.

Change-Id: I10a74ced51c88562249e0e37d4d71cc07d092710
This commit is contained in:
Hugo Arès 2018-12-03 22:12:05 -05:00
parent bcf7f9306f
commit 0f659c06a4
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ ALTER TABLE change_messages CLUSTER ON change_messages_pkey;
ALTER TABLE patch_comments CLUSTER ON patch_comments_pkey;
ALTER TABLE patch_set_approvals CLUSTER ON patch_set_approvals_pkey;
ALTER TABLE account_group_members CLUSTER ON account_group_members_pkey;
CLUSTER;