Sha256: f02dc18ee4001822ab1ba2e9144595167fc7720cd1d453ad6d675cf72ff9f5bc
Contents?: true
Size: 541 Bytes
Versions: 28
Compression:
Stored size: 541 Bytes
Contents
# This migration comes from push_type (originally 20160201150228) class DropLegacyPushTypeTaxonomies < ActiveRecord::Migration[4.2] def up if ActiveRecord::Base.connection.table_exists? :push_type_taxonomies drop_table :push_type_taxonomies end if ActiveRecord::Base.connection.table_exists? :push_type_taxonomy_hierarchies drop_table :push_type_taxonomy_hierarchies end if ActiveRecord::Base.connection.column_exists? :push_type_assets, :tags remove_column :push_type_assets, :tags end end end
Version data entries
28 entries across 28 versions & 4 rubygems