Skip to content

Commit 8c0fc21

Browse files
committed
create index pgbench_accounts_no_concurrently.idx on pgbench_accounts (bid)
1 parent 8927d95 commit 8c0fc21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/initial.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
begin;
55

66
create table abc (a int);
7-
create table abcd (a int);
87

98
commit;
9+
10+
create index pgbench_accounts_no_concurrently.idx on pgbench_accounts (bid);

0 commit comments

Comments
 (0)