Sha256: 1a9303d5e0ab78ab702d70d9961c383b255d2e44bd9450d3a4be9dad8e69af6c

Contents?: true

Size: 129 Bytes

Versions: 8

Compression:

Stored size: 129 Bytes

Contents

class AddOnlineDateToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :online_date, :datetime
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
catarse_full-0.1.0 db/migrate/20121230111351_add_online_date_to_projects.rb
catarse_full-0.0.6 db/migrate/20121230111351_add_online_date_to_projects.rb
catarse_full-0.0.5 db/migrate/20121230111351_add_online_date_to_projects.rb
catarse_full-0.0.4 db/migrate/20121230111351_add_online_date_to_projects.rb
catarse_full-0.0.3 db/migrate/20121230111351_add_online_date_to_projects.rb
catarse_full-0.0.2 db/migrate/20121230111351_add_online_date_to_projects.rb
catarse_full-0.0.1 db/migrate/20121230111351_add_online_date_to_projects.rb
catarse_core-1.0.0.beta db/migrate/20121230111351_add_online_date_to_projects.rb