Skip to content

Commit f335a20

Browse files
committed
create index pgbench_accounts_no_concurrently_idx on pgbench_accounts (bid)
1 parent 8c0fc21 commit f335a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/initial.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ create table abc (a int);
77

88
commit;
99

10-
create index pgbench_accounts_no_concurrently.idx on pgbench_accounts (bid);
10+
create index pgbench_accounts_no_concurrently_idx on pgbench_accounts (bid);

0 commit comments

Comments
 (0)