Sha256: 38a6e9c6c26c8130364fdae7922ca6e258d092f1bca26298a3e5772b693425ec
Contents?: true
Size: 481 Bytes
Versions: 76
Compression:
Stored size: 481 Bytes
Contents
# This migration comes from bit_core (originally 20140620174147) class AddConfigFieldsToProviders < ActiveRecord::Migration def change add_column :bit_core_content_providers, :template_path, :string add_column :bit_core_content_providers, :data_class_name, :string add_column :bit_core_content_providers, :data_attributes, :text add_column :bit_core_content_providers, :show_next_nav, :boolean add_column :bit_core_content_providers, :locals, :text end end
Version data entries
76 entries across 76 versions & 2 rubygems