Sha256: 404bf18089a53257bb347b41bd64d2f37369e79c3af3dc1ee105d5b072aa4a66

Contents?: true

Size: 204 Bytes

Versions: 2

Compression:

Stored size: 204 Bytes

Contents

# This migration comes from mokio (originally 20150408075347)
class AddBaseContentIdToMokioContents < ActiveRecord::Migration
  def change
    add_column :mokio_contents, :base_content_id, :int
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mokio-0.0.15 db/migrate/20150408075454_add_base_content_id_to_mokio_contents.mokio.rb
mokio-0.0.14 db/migrate/20150408075454_add_base_content_id_to_mokio_contents.mokio.rb