Miguel Pragier
Results
1
issues of
Miguel Pragier
**Describe the Bug** Can't make GoMigrate link CloudSQL PostgreSQL Instance, because the CloudSQL domain/URL format. **Steps to Reproduce** ``` m, err := migrate.New( "migrate-files-path", "postgres://localhost:5432/database?sslmode=enable") ) m.Up() ``` **Expected Behavior**...