Mercurial > hg > soundsoftware-site
view .svn/pristine/e7/e789b49c2d19dabe0b26f8b8d9732b786d1d4c29.svn-base @ 1613:90bed4e10cc8 deploy
Download file link
author | Chris Cannam |
---|---|
date | Wed, 30 Aug 2017 17:24:37 +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