Skip to content

Commit

Permalink
Add ACTIVE_RECORD_INTERNAL_MODELS primary::SchemaMigration
Browse files Browse the repository at this point in the history
  • Loading branch information
koheisg committed Aug 14, 2020
1 parent 0eee1e9 commit caf74ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/seed_dump/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def dump_using_environment(env = {})
# Internal: Array of Strings corresponding to Active Record model class names
# that should be excluded from the dump.
ACTIVE_RECORD_INTERNAL_MODELS = ['ActiveRecord::SchemaMigration',
'ActiveRecord::InternalMetadata']
'ActiveRecord::InternalMetadata',
'primary::SchemaMigration']

# Internal: Retrieves an Array of Active Record model class constants to be
# dumped.
Expand Down

0 comments on commit caf74ee

Please sign in to comment.