Build fix.
This commit is contained in:
parent
f41e1a944f
commit
b15d8491fb
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ func main() {
|
||||||
|
|
||||||
_, err = db.Exec(string(testSampleSql))
|
_, err = db.Exec(string(testSampleSql))
|
||||||
|
|
||||||
err = postgres_generator.Generate("./.test_files", postgres_generator.DBConnection{
|
err = postgres_generator.Generate("./.gentestdata", postgres_generator.DBConnection{
|
||||||
Host: dbconfig.Host,
|
Host: dbconfig.Host,
|
||||||
Port: "5432",
|
Port: "5432",
|
||||||
User: dbconfig.User,
|
User: dbconfig.User,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue