mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-11-04 12:07:23 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
class AddDiscardToRepositories < ActiveRecord::Migration[5.1]
 | 
						|
  def change
 | 
						|
    add_column :repositories, :discarded_at, :datetime
 | 
						|
    add_index :repositories, :discarded_at
 | 
						|
  end
 | 
						|
end
 |