Fix old migrations failing because of new version of strong_migrations
				
					
				
			Fixes #1099
This commit is contained in:
		
							parent
							
								
									11c28abcfe
								
							
						
					
					
						commit
						e16c8fbc7a
					
				@ -8,7 +8,7 @@ class CreateReportNotes < ActiveRecord::Migration[5.1]
 | 
			
		||||
      t.timestamps
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    add_foreign_key :report_notes, :reports, column: :report_id, on_delete: :cascade
 | 
			
		||||
    add_foreign_key :report_notes, :accounts, column: :account_id, on_delete: :cascade
 | 
			
		||||
    safety_assured { add_foreign_key :report_notes, :reports, column: :report_id, on_delete: :cascade }
 | 
			
		||||
    safety_assured { add_foreign_key :report_notes, :accounts, column: :account_id, on_delete: :cascade }
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
@ -41,7 +41,7 @@ class MigrateFilters < ActiveRecord::Migration[5.2]
 | 
			
		||||
        t.timestamps
 | 
			
		||||
      end
 | 
			
		||||
 | 
			
		||||
      add_foreign_key :glitch_keyword_mutes, :accounts, on_delete: :cascade
 | 
			
		||||
      safety_assured { add_foreign_key :glitch_keyword_mutes, :accounts, on_delete: :cascade }
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    CustomFilter.where(irreversible: true).find_each do |filter|
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user