Closed Terminator637 closed 5 years ago
You can try to disable sql auto discover via https://godoc.org/github.com/go-pg/migrations#Collection.DisableSQLAutodiscover
You can try to disable sql auto discover via https://godoc.org/github.com/go-pg/migrations#Collection.DisableSQLAutodiscover
It works! Thank you!
When i run migrations in the Google App Engine Standard Environment i got the next error:
I am sure that this is due to the fact that in this environment writing / reading of the file system is prohibited. Is there any way around this problem?