mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Remove invalid WITH default option (#960)
It seems like `create schema` option for WITH statement is invalid.
This commit is contained in:
parent
b1d55e07d6
commit
6aa42ec68f
@ -103,7 +103,7 @@ MySQL Database Migration Options: WITH
|
||||
--------------------------------------
|
||||
|
||||
When loading from a `MySQL` database, the following options are supported,
|
||||
and the default *WITH* clause is: *no truncate*, *create schema*, *create
|
||||
and the default *WITH* clause is: *no truncate*, *create
|
||||
tables*, *include drop*, *create indexes*, *reset sequences*, *foreign
|
||||
keys*, *downcase identifiers*, *uniquify index names*.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user