Sha256: d88584c07f5fbaf24e5c11de62e220fd5449fc242b4f706990c7b2e1d5808d6c

Contents?: true

Size: 141 Bytes

Versions: 5

Compression:

Stored size: 141 Bytes

Contents

class AddOwnerTypeToKindeditorAsset < ActiveRecord::Migration
  def change
    add_column :kindeditor_assets, :owner_type, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacksand-2.5.0 db/migrate/20170310092041_add_owner_type_to_kindeditor_asset.rb
blacksand-2.4.1 db/migrate/20170310092041_add_owner_type_to_kindeditor_asset.rb
blacksand-2.4.0 db/migrate/20170310092041_add_owner_type_to_kindeditor_asset.rb
blacksand-2.3.0 db/migrate/20170310092041_add_owner_type_to_kindeditor_asset.rb
blacksand-2.2.2.1 db/migrate/20170310092041_add_owner_type_to_kindeditor_asset.rb