Sha256: 738d148ec1bf74278c221a0425cd40ac01d374106638ff081470415f427e1133
Contents?: true
Size: 425 Bytes
Versions: 160
Compression:
Stored size: 425 Bytes
Contents
class AddNewFieldsOnOrganization < ActiveRecord::Migration[4.2] def change change_column :organizations, :private, :boolean, default: false change_table :organizations do |t| t.rename :private, :public t.integer :book_ids, array: true, default: [] t.string :terms_of_service t.string :locale t.string :theme_stylesheet_url t.string :extension_javascript_url end end end
Version data entries
160 entries across 160 versions & 2 rubygems