Skip to content

Commit 5d2abb7

Browse files
authored
...and fix!
1 parent 3e7450c commit 5d2abb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/pgbench-accounts-index-bid.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Deploy green-zone:pgbench-accounts-index-bid to pg
22

33

4-
create index /***concurrently***/ bid_idx on pgbench_accounts(bid);
4+
create index concurrently bid_idx on pgbench_accounts(bid);

0 commit comments

Comments
 (0)