Skip to content

Commit

Permalink
Merge pull request #164 from voxpupuli/ci-check-failures-3
Browse files Browse the repository at this point in the history
pull_request: fix migration for status attribute
  • Loading branch information
bastelfreak committed May 2, 2020
2 parents f368ec3 + 16323d1 commit 1c492d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20200501212046_add_status_to_pull_requests.rb
@@ -1,4 +1,4 @@
class AddMergeableAndGhRepoIdToPullRequests < ActiveRecord::Migration[6.0]
class AddStatusToPullRequests < ActiveRecord::Migration[6.0]
def change
add_column :pull_requests, :status, :string, :default => "success"
end
Expand Down

0 comments on commit 1c492d0

Please sign in to comment.