Sha256: 792415ccee0ab73be564e06ccc9735e3ebdf33dc373e26b193e425ece7d3372b
Contents?: true
Size: 184 Bytes
Versions: 35
Compression:
Stored size: 184 Bytes
Contents
class RemoveLeagueIdFromTeams < ActiveRecord::Migration def self.up remove_column :teams, :league_id end def self.down add_column :teams, :league_id, :integer end end
Version data entries
35 entries across 35 versions & 6 rubygems