Sha256: 721ce30c4233e1348792275abcbc180fd543d92dfe3b75931d5dda23874bc156
Contents?: true
Size: 223 Bytes
Versions: 5
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from spina (originally 20140711154425) class AddRobotsAllowedToSpinaAccounts < ActiveRecord::Migration def change add_column :spina_accounts, :robots_allowed, :boolean, default: false end end
Version data entries
5 entries across 5 versions & 1 rubygems