Merge branches 'dev_aliyun' and 'develop' of https://bdgit.educoder.net/Hjqreturn/educoder into develop
	
		
	
				
					
				
			
						commit
						8d50719bcd
					
				@ -0,0 +1,5 @@
 | 
				
			||||
class AddCodeForhackUserDebugs < ActiveRecord::Migration[5.2]
 | 
				
			||||
  def change
 | 
				
			||||
    add_column :hack_user_debugs, :code, :text
 | 
				
			||||
  end
 | 
				
			||||
end
 | 
				
			||||
@ -0,0 +1,6 @@
 | 
				
			||||
class ModifyExecuteTimeForHackUserCode < ActiveRecord::Migration[5.2]
 | 
				
			||||
  def change
 | 
				
			||||
    change_column :hack_user_debugs, :execute_time, :float
 | 
				
			||||
    change_column :hack_user_codes, :execute_time, :float
 | 
				
			||||
  end
 | 
				
			||||
end
 | 
				
			||||
					Loading…
					
					
				
		Reference in new issue