Skip to content

Commit

Permalink
Update comment with harder disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwilliam committed Apr 29, 2020
1 parent 9f267ad commit 433946f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion copydb/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ type Config struct {
WaitForReplicationTimeout string

// Ghostferry will by default create tables on your target and fail if these already exist.
// This allows pre-existing tables on your target, schemas won't be validated.
// This allows pre-existing tables on your target, schemas and data compatibility won't be validated.
// Use at your own risk.
AllowExistingTargetTable bool
}

Expand Down

0 comments on commit 433946f

Please sign in to comment.