Commit ff413ec2 authored by Alexis Reigel's avatar Alexis Reigel

add verification_status to gpg signatures

parent dd157e45
class AddVerificationStatusToGpgSignatures < ActiveRecord::Migration
DOWNTIME = false
def change
add_column :gpg_signatures, :verification_status, :smallint
end
end
......@@ -614,6 +614,7 @@ ActiveRecord::Schema.define(version: 20170830125940) do
t.binary "gpg_key_primary_keyid"
t.text "gpg_key_user_name"
t.text "gpg_key_user_email"
t.integer "verification_status", limit: 2
end
add_index "gpg_signatures", ["commit_sha"], name: "index_gpg_signatures_on_commit_sha", unique: true, using: :btree
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment