Sha256: 8b8c9807dfad699a2799390dfcb20bf81ad5022cb44a3d352a52c248f8d7680a

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

class AddOptionsToTemplateAndPrototype < ActiveRecord::Migration
  def change
    add_column :templates, :options, :string
    add_column :prototypes, :options, :string
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacksand-2.5.0 db/migrate/20170322021913_add_options_to_template_and_prototype.rb
blacksand-2.4.1 db/migrate/20170322021913_add_options_to_template_and_prototype.rb
blacksand-2.4.0 db/migrate/20170322021913_add_options_to_template_and_prototype.rb