From ff413ec28d5f0721646cea223fb5e5a054bde31e Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Thu, 24 Aug 2017 14:19:48 +0200 Subject: add verification_status to gpg signatures --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index 216b3cddab0..e2c602b000f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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 -- cgit v1.2.1