Remove leftovers of starred_changes for postgres index

Init would fail since the table doesn't exist.

Change-Id: I3cb795fc88c7448b50d9b28a4c341a4b130d58dc
This commit is contained in:
Alexandre Philbert
2016-08-19 10:47:40 -04:00
parent b826642c34
commit bfca2bbcd3

View File

@@ -9,7 +9,6 @@ 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;
ALTER TABLE starred_changes CLUSTER ON starred_changes_pkey;
CLUSTER;