sudo gitlab-rake db:migrate:status

Category: GitLab

sudo gitlab-rake db:migrate:status

Show which migrations have run

Lists every migration with its version and whether it is up or down. Down entries are pending and will run on the next db:migrate. Use this to confirm an upgrade finished cleanly.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.