Mercurial > hg > soundsoftware-site
view .svn/pristine/e7/e789b49c2d19dabe0b26f8b8d9732b786d1d4c29.svn-base @ 962:f8985bd5d0d6 live
Merge from branch "feature_523"
| author | Chris Cannam |
|---|---|
| date | Tue, 16 Oct 2012 16:28:50 +0100 |
| parents | cbb26bc654de |
| children |
line wrap: on
line source
class AddRepositoriesPathEncoding < ActiveRecord::Migration def self.up add_column :repositories, :path_encoding, :string, :limit => 64, :default => nil end def self.down remove_column :repositories, :path_encoding end end
