Sha256: 09c9ad8cf5f9e9f8e79e9b43974167eca26d6ed323feaadd276269258f418f4b
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
# This migration comes from g5_sibling_deployer_engine_engine (originally 3) class CreateSiblingInstructions < ActiveRecord::Migration def change create_table :sibling_instructions do |t| t.string :uid t.string :name t.datetime :published_at t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_sibling_deployer_engine-0.7.0 | spec/dummy/db/migrate/20150430182535_create_sibling_instructions.g5_sibling_deployer_engine_engine.rb |