Mercurial > hg > soundsoftware-site
view .svn/pristine/09/09aef7f6ca17199f5fead2083da8308be0ce20bb.svn-base @ 1537:e55cbb9ba8bf live
Authormap generator works, but is far too slow to run through runner
author | Chris Cannam |
---|---|
date | Tue, 19 May 2015 17:33:38 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddMessagesSticky < ActiveRecord::Migration def self.up add_column :messages, :sticky, :integer, :default => 0 end def self.down remove_column :messages, :sticky end end