Mercurial > hg > soundsoftware-site
view .svn/pristine/a3/a326dc11b9640e3425d44fc1fc230394f2aa2cdc.svn-base @ 979:56a38a9f6204 cannam
Various fixes
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2012 14:08:58 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class ChangeChangesetsRevisionToString < ActiveRecord::Migration def self.up change_column :changesets, :revision, :string, :null => false end def self.down change_column :changesets, :revision, :integer, :null => false end end