8 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			190 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
 | |
|   disable_ddl_transaction!
 | |
| 
 | |
|   def change
 | |
|   end
 | |
| end
 |