Sha256: d0099ede838c2d5ccaf1ca68096849d489d379dd17e6ae4129ffb8e27b3dba52

Contents?: true

Size: 238 Bytes

Versions: 2

Compression:

Stored size: 238 Bytes

Contents

class AlterTableGlStatusConfiguration < ActiveRecord::Migration
  def self.up
    add_column :gl_status_configurations, :field_name, :string
    add_column :gl_status_configurations, :field_value, :string
  end

  def self.down
  end
end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
apl-library-0.0.90 db/migrate/20140701092528_alter_table_gl_status_configuration.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/db/migrate/20140701092528_alter_table_gl_status_configuration.rb