Fix old migration script depending on the StreamEntry model (#11278)
This commit is contained in:
		@@ -12,6 +12,11 @@ class FixAccountsUniqueIndex < ActiveRecord::Migration[5.2]
 | 
				
			|||||||
    end
 | 
					    end
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  class StreamEntry < ApplicationRecord
 | 
				
			||||||
 | 
					    # Dummy class, to make migration possible across version changes
 | 
				
			||||||
 | 
					    belongs_to :account, inverse_of: :stream_entries
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  disable_ddl_transaction!
 | 
					  disable_ddl_transaction!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def up
 | 
					  def up
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user