Sha256: f5d0d656b99e5f26375526b60c509748bbd02b8b12f07d3d243e8224e871daea

Contents?: true

Size: 268 Bytes

Versions: 36

Compression:

Stored size: 268 Bytes

Contents

class DropAccountsThemes < ActiveRecord::Migration[5.2]
  def change
    drop_table :pageflow_accounts_themes, id: false, options: 'ENGINE=InnoDB DEFAULT CHARSET=utf8', force: :cascade do |t|
      t.integer 'account_id'
      t.integer 'theme_name'
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
pageflow-17.0.4 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-17.0.3 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-17.0.2 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-17.0.1 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-17.0.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-16.2.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-16.1.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-16.0.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.8.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.7.1 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.7.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.6.1 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.6.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.5.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.4.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.3.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.2.2 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.2.1 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.2.0 db/migrate/20190820152900_drop_accounts_themes.rb
pageflow-15.1.2 db/migrate/20190820152900_drop_accounts_themes.rb