remove unused column gitserver: Migrations
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, runningsg migration down
and verifying the column was added back correctly.
Relates to https://github.com/sourcegraph/sourcegraph/issues/27422