forked from deblan/database-anonymizer
add table escape
This commit is contained in:
parent
4bdc6a04d3
commit
b547166c83
3 changed files with 22 additions and 6 deletions
2
main.go
2
main.go
|
|
@ -39,7 +39,7 @@ func main() {
|
|||
logger.LogFatalExitIf(err)
|
||||
|
||||
app := app.App{}
|
||||
return app.Run(db, schema, faker.NewFakeManager())
|
||||
return app.Run(db, schema, faker.NewFakeManager(), databaseConfig)
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue