• Lin Jen-Shin's avatar
    Do nothing if ci_builds.job_id isn't there · 99294e09
    Lin Jen-Shin authored
    This is really weird. I think we did get the same issue while
    migrating on GitLab.com. We fixed this by adding job_id to
    ci_builds table manually, and then run the migrations again.
    However I think we didn't hit into this on staging, which should
    somehow be a production clone.
    
    At any rate, I guess we could check if the column exists in the
    migration. If the column is not there, there's no point to remove
    that column anyway.
    
    Closes #29976
    99294e09
20170301205639_remove_unused_ci_tables_and_columns.rb 2.28 KB