gitlab-org--gitlab-foss/db
Stan Hu a52cbf6b00 Fix migration failure when groups are missing route
When a Group is missing a route, the migration failed previously with a
`Invalid single-table inheritance type` error. To fix this, we can
disable STI for the migration class because we don't need to know about
the type to do this migration. Besides, currently Group is the only type
used in the type column.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58714
2019-06-01 23:06:46 -07:00
..
fixtures
importers
migrate Fix migration failure when groups are missing route 2019-06-01 23:06:46 -07:00
optional_migrations
post_migrate Merge branch 'osw-reset-merge-status-from-mergeable-mrs' into 'master' 2019-05-31 20:46:19 +00:00
schema.rb Merge branch 'osw-reset-merge-status-from-mergeable-mrs' into 'master' 2019-05-31 20:46:19 +00:00
seeds.rb