Sha256: 22480277628200ff8140e27c4c6198aad22e94b56913b64b93e0eea19f96ffa8
Contents?: true
Size: 372 Bytes
Versions: 23
Compression:
Stored size: 372 Bytes
Contents
class MakeMatchPolymorphic < ActiveRecord::Migration[4.2] def up add_column :automatic_exploitation_matches, :matchable_type, :string add_column :automatic_exploitation_matches, :matchable_id, :integer end def down remove_column :automatic_exploitation_matches, :matchable_type remove_column :automatic_exploitation_matches, :matchable_id end end
Version data entries
23 entries across 23 versions & 2 rubygems