Skip to content

Commit

Permalink
documenting new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Noach committed Jan 14, 2019
1 parent 5f587c3 commit 6c5805d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ While the ongoing estimated number of rows is still heuristic, it's almost exact

Without this parameter, migration is a _noop_: testing table creation and validity of migration, but not touching data.

### force-named-cut-over

If given, a `cut-over` command must name the migrated table, or else ignored.

### force-named-panic

If given, a `panic` command must name the migrated table, or else ignored.

### force-table-names

Table name prefix to be used on the temporary tables.
Expand Down

0 comments on commit 6c5805d

Please sign in to comment.