Sha256: 4f5e6357acaa386b66831f103e4b923991ef9c6988d4b104073cd16650fa373a
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
class RemoveCustomStyleFromNonSectionables < ActiveRecord::Migration def change remove_column :knowledge_base_sectionables_attachments_attachments, :custom_style, :string remove_column :knowledge_base_sectionables_gallery_images, :custom_style, :string remove_column :knowledge_base_sectionables_links_links, :custom_style, :string remove_column :knowledge_base_sectionables_list_items, :custom_style, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knowledge_base-0.2.0 | db/migrate/20140821081854_remove_custom_style_from_non_sectionables.rb |