????

Your IP : 3.22.70.233


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/082_add_messages_locked.rb

class AddMessagesLocked < ActiveRecord::Migration[4.2]
  def self.up
    add_column :messages, :locked, :boolean, :default => false
  end

  def self.down
    remove_column :messages, :locked
  end
end