mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 18:36:07 +01:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			180 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|  | class AddChangesRevision < ActiveRecord::Migration | ||
|  |   def self.up | ||
|  |     add_column :changes, :revision, :string | ||
|  |   end | ||
|  | 
 | ||
|  |   def self.down | ||
|  |     remove_column :changes, :revision | ||
|  |   end | ||
|  | end |