Mikko Häkkinen
Mikko Häkkinen
Don't know what you mean with migration state exactly, but you can do something like: ``` type SchemaMigration struct { Version string `db:"version"` } func GetAppliedMigrations(conn *pop.Connection) (migs []SchemaMigration, err...
Duplicate of https://github.com/gobuffalo/pop/issues/455 but the issue is still valid.
Oh. I'm circumventing this by using database defaults and triggers and I've marked these columns as read-only with `rw:"r"` tag.
Well, noticed patch-package 8.1.0-canary.1 ``` yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... [4/5] Linking dependencies... [5/5] Building fresh packages... $ patch-package patch-package 8.1.0-canary.1 Applying patches......