go-gorm / postgres

GORM PostgreSQL driver
MIT License
225 stars 119 forks source link

m.GuessConstraintInterfaceAndTable undefined #243

Closed husamettinarabaci closed 6 months ago

husamettinarabaci commented 6 months ago

https://github.com/go-gorm/postgres/commit/1cfbc8652cd8c56d1cd05c1a3e111318b3dd551d

/go/pkg/mod/gorm.io/driver/postgres@v1.5.5/migrator.go:411:26: m.GuessConstraintInterfaceAndTable undefined (type Migrator has no field or method GuessConstraintInterfaceAndTable)

I am getting this in CI/CD. It didn't pass to test.

Tuki277 commented 6 months ago

I encountered the same error. How to fix ?

reality95 commented 6 months ago

I encountered the same error. How to fix ?

Revert to 1.5.4