Skip to content

Fix dropping analytics_repository_file_edits table

What does this MR do?

Fix broken migration on dev environment. Check if analytics_repository_file_edits exists before dropping it.

Context:

2019-09

  • First attempt to drop analytics_repository_file_edits.
  • Migration has been merged and probably ran on local development environment.
  • Migration has failed on PRD, the MR was rolled back. fc8ea472

2020-01

  • Second attempt to drop analytics_repository_file_edits. !23590 (merged)
  • The new migration fails locally because the analytics_repository_file_edits table might not be there any more.
Edited by Adam Hegyi

Merge request reports