mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Implement "drop indexes" option for MySQL and MSSQL too.
It was only offered for SQLite without good reason really, and tests show that it works as well with MySQL of course. Offer the option there too. See 3eab88b1440a8166786e90b95f563d153e2ba4dc for details.
This commit is contained in:
parent
2363d8845f
commit
7a371529be
@ -21,6 +21,7 @@
|
||||
option-batch-size
|
||||
option-prefetch-rows
|
||||
option-max-parallel-create-index
|
||||
option-reindex
|
||||
option-truncate
|
||||
option-disable-triggers
|
||||
option-data-only
|
||||
|
||||
@ -17,7 +17,8 @@
|
||||
option-single-reader
|
||||
option-multiple-readers
|
||||
option-rows-per-range
|
||||
option-truncate
|
||||
option-reindex
|
||||
option-truncate
|
||||
option-disable-triggers
|
||||
option-data-only
|
||||
option-schema-only
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user