Skip to content

Commit cb9dd8a

Browse files
committed
remove duplicates
1 parent 96854d8 commit cb9dd8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workload_examples/single_index_analysis.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ alter sequence test_pilot.items_id_seq owned by test_pilot.items.id;
3434
3535
create index items_updated_at_idx on test_pilot.items(items_updated_at_idx);
3636
create index items_category_idx on test_pilot.items(category);
37-
create index items_category_idx on test_pilot.items(category);
38-
create index items_category_idx on test_pilot.items(category);
3937
create index items_status_idx on test_pilot.items(status);
4038
create index items_created_at_idx on test_pilot.items(created_at);
4139
create index items_email_idx on test_pilot.items(email);

0 commit comments

Comments
 (0)