mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Postgres: Specify public schema for schema_migrations table (#52)
This commit is contained in:
parent
7603e83f0e
commit
0eabb5dc87
3 changed files with 14 additions and 14 deletions
2
main.go
2
main.go
|
|
@ -17,7 +17,7 @@ func main() {
|
|||
app := NewApp()
|
||||
err := app.Run(os.Args)
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error: %s\n", err)
|
||||
_, _ = fmt.Fprintf(os.Stderr, "Error: %s\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue