Sha256: ae343e70975f82f3567722761c8a6018c2a278d167e6585a5771159bc3a4fadd
Contents?: true
Size: 416 Bytes
Versions: 13
Compression:
Stored size: 416 Bytes
Contents
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
13 entries across 13 versions & 1 rubygems