Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit cd3823e

Browse files
author
postgres-ai
authored
Merge pull request #81 from postgres-ai/postgres-ai-patch-1
Update README.md
2 parents 68ea741 + 160c6ad commit cd3823e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ nancy run \
116116
nancy run \
117117
--db-dump file://$(pwd)/sample.dump.bz2 \
118118
--workload-custom-sql "select i from hello_world where i between 10 and 20;" \
119-
--target-ddl-do "create index i_hello_world_i on hello_world(i);" \
120-
--target-ddl-undo "drop index i_hello_world_i;"
119+
--delta-sql-do "create index i_hello_world_i on hello_world(i);" \
120+
--delta-sql-undo "drop index i_hello_world_i;"
121121
```
122122

123123
AWS EC2:

0 commit comments

Comments
 (0)