Sha256: 13ea5ede26d0a17e7b27c15698a3960ec59034bc0d9f40d7d2ca88b9ce5fc03c
Contents?: true
Size: 268 Bytes
Versions: 16
Compression:
Stored size: 268 Bytes
Contents
class AddRequireAddress < ActiveRecord::Migration def change add_column :ems_workshops, :require_account, :boolean add_column :ems_workshops, :require_address, :boolean add_column :ems_workshops, :require_photo, :boolean end end
Version data entries
16 entries across 16 versions & 1 rubygems