Mercurial > hg > soundsoftware-site
view .svn/pristine/8d/8d03cc496803f09b2d6947d04fa8cd315da58e77.svn-base @ 1621:3a510bf6a9bc
Merge from live branch
author | Chris Cannam |
---|---|
date | Fri, 13 Jul 2018 10:44:33 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
class AddRepositoriesIsDefault < ActiveRecord::Migration def self.up add_column :repositories, :is_default, :boolean, :default => false end def self.down remove_column :repositories, :is_default end end