Sha256: bb2b4f30a7eb74564ecd7f25d4f669f1e6898ec71c15c45514c77c7027873537

Contents?: true

Size: 128 Bytes

Versions: 28

Compression:

Stored size: 128 Bytes

Contents

class AddRetiredAtToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :retired_at, :timestamp
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
houston-core-0.5.6 db/migrate/20121126005019_add_retired_at_to_projects.rb
houston-core-0.5.5 db/migrate/20121126005019_add_retired_at_to_projects.rb
houston-core-0.5.4 db/migrate/20121126005019_add_retired_at_to_projects.rb
houston-core-0.5.3 db/migrate/20121126005019_add_retired_at_to_projects.rb
houston-core-0.5.2 db/migrate/20121126005019_add_retired_at_to_projects.rb
houston-core-0.5.1 db/migrate/20121126005019_add_retired_at_to_projects.rb
houston-core-0.5.0 db/migrate/20121126005019_add_retired_at_to_projects.rb
houston-core-0.5.0.beta1 db/migrate/20121126005019_add_retired_at_to_projects.rb