Skip to content

Commit e832fd2

Browse files
committed
test
1 parent 3e7450c commit e832fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/pgbench-accounts-index-bid.sql

+1-1
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)