Sha256: f8b9c2d102ef88bbfb79ce421c901ffb929b44c2d639293dea4abfbf8317c6e6

Contents?: true

Size: 162 Bytes

Versions: 32

Compression:

Stored size: 162 Bytes

Contents

class AddShortNameToLicenses < ActiveRecord::Migration
  def change
    add_column :licenses, :short_name, :string
    add_index :licenses, :short_name
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
lentil-1.0.5 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-1.0.4 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-1.0.3 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-1.0.2 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-1.0.1 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-1.0.0 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.9.1 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.9.0 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.8.0 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.7.1 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.6.0 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.5.2 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.5.1 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.5.0 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.4.2 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.4.0 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.3.1 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.3.0 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.2.3 db/migrate/20121126192652_add_short_name_to_licenses.rb
lentil-0.2.2 db/migrate/20121126192652_add_short_name_to_licenses.rb