Skip to content

remove unused column gitserver: Migrations

Administrator requested to merge mlw-remove-unused-column-gitserver into main

Created by: mollylogue

  • Create up/down migrations for dropping last_external_service column from the gitserver_repos table
  • Tested locally by running sg migration up, verifying the column was dropped in postgres, running sg migration down and verifying the column was added back correctly.

Relates to https://github.com/sourcegraph/sourcegraph/issues/27422

Merge request reports

Loading