Skip to content

Commit f49ac1a

Browse files
committed
create index pgbench_accounts_no_concurrently.idx
1 parent 3ba8649 commit f49ac1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/initial.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ begin;
66
create table abc (a int);
77
create table abcd (a int);
88
commit;
9+
10+
create index pgbench_accounts_no_concurrently.idx on pgbench_accounts (aid);

0 commit comments

Comments
 (0)