????
Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
Current File : C:/inetpub/vhost/redmine/db/migrate/053_add_changes_branch.rb |
class AddChangesBranch < ActiveRecord::Migration[4.2] def self.up add_column :changes, :branch, :string end def self.down remove_column :changes, :branch end end