Sha256: 1f0c1068aef48a0b51eff5faf9020de7b60621bac9d489bc2c628e3a3d290664

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

class AddConstraintToScaptimonyScapContents < ActiveRecord::Migration
  def change
    change_column :scaptimony_scap_contents, :title, :string, :null => false
    change_column :scaptimony_scap_contents, :digest, :string, :null => false
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scaptimony-0.2.0 db/migrate/20141111104519_add_constraint_to_scaptimony_scap_contents.rb