Skip to content

Disable STI behavior on `MigrationRecord`

Kamil Trzciński requested to merge fix-migration-record-to-not-sti into master

If MigrationRecord is used for the STI tables it will be considered a superclass instead of an actual model. Disable STI making this abstract_class.

Merge request reports