Skip to content

Drop database tables related to Code Analytics feature

Summary

We want to remove dormant code and database tables that were added for the Code Analytics feature which is now frozen, with no plan for a future release.

Improvements

Drop the following three tables, if they are not being used by any other features:

  • analytics_repository_file_commits
  • analytics_repository_file_edits
  • analytics_repository_files

The guidelines for dropping a table are under review, so we need to this resolved first, before starting this work.

Risks

Involved components

Optional: Intended side effects

Optional: Missing test coverage

Edited by Adam Hegyi