Sha256: 1457ce0d9058d7ecd5031a9a8c8278a0f0acea77f0be2408fe28a4b85de3d239
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
# This migration comes from calagator (originally 10) class AddDuplicateOfColumnToEvents < ActiveRecord::Migration def self.up add_column :events, :duplicate_of_id, :integer end def self.down remove_column :events, :duplicate_of_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calagator-0.0.1.pre1 | spec/dummy/db/migrate/20150309023312_add_duplicate_of_column_to_events.calagator.rb |