according to this function-call
|
dumpCmd := database.remoteMysqldumpCmdBuilder([]string{"--no-data"}, false) |
the usage of exclude / include options for syncing a database is not possible since useFilter is always populated with "false".
can this be fixed or is there an undocumented feature to use exlude / include on databse tables?