comparison .svn/pristine/9b/9bdf7b885be4ba2ccadd56bbea9c36bce8e2c4a3.svn-base @ 1296:038ba2d95de8 redmine-2.2

Fix redmine-2.2 branch update (add missing svn files)
author Chris Cannam
date Fri, 14 Jun 2013 09:05:06 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1296:038ba2d95de8
1 class AddAuthSourcesTimeout < ActiveRecord::Migration
2 def up
3 add_column :auth_sources, :timeout, :integer
4 end
5
6 def self.down
7 remove_column :auth_sources, :timeout
8 end
9 end