parent
							
								
									3c0f41a64c
								
							
						
					
					
						commit
						bfec67a446
					
				@ -0,0 +1,9 @@
 | 
				
			||||
class RemoveSchoolFromCourses < ActiveRecord::Migration
 | 
				
			||||
  def up
 | 
				
			||||
    remove_column :courses, :school
 | 
				
			||||
  end
 | 
				
			||||
 | 
				
			||||
  def down
 | 
				
			||||
    add_column :courses, :school, :string
 | 
				
			||||
  end
 | 
				
			||||
end
 | 
				
			||||
					Loading…
					
					
				
		Reference in new issue