Sha256: 6bc3fcaeea8bbd2c04b6e7ad7d4a9f8b746b564525c60ad06c62ef7739bd1c4c

Contents?: true

Size: 114 Bytes

Versions: 6

Compression:

Stored size: 114 Bytes

Contents

class MoreNames < ActiveRecord::Migration
  def change
    add_column :droom_people, :forename, :string
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
droom-0.5.3 db/migrate/20121009105244_more_names.rb
droom-0.4.3 db/migrate/20121009105244_more_names.rb
droom-0.4.2 db/migrate/20121009105244_more_names.rb
droom-0.4.1 db/migrate/20121009105244_more_names.rb
droom-0.2.1 db/migrate/20121009105244_more_names.rb
droom-0.0.1 db/migrate/20121009105244_more_names.rb