Sha256: 97f672bf7481881628933498aeef535700af647478da9c509a95b56134ba0440

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

class CreateBagboyTemplates < ActiveRecord::Migration
  def change
    create_table :bagboy_templates do |t|
      t.text :data
      t.string :data_bag_name
      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bagboy-0.0.1 db/migrate/20140507134332_create_bagboy_templates.rb