diff options
author | Alexis Reigel <mail@koffeinfrei.org> | 2017-09-04 11:37:42 +0200 |
---|---|---|
committer | Alexis Reigel <mail@koffeinfrei.org> | 2017-09-05 14:09:40 +0200 |
commit | cab6745f5310d15476b5d055c6bfeeccccedebf2 (patch) | |
tree | 7e5aa0d2f0bff0ad0f3c938dc3b9fe555604b7da /app/models/gpg_signature.rb | |
parent | ae600b80f9cbad19dc3c2592d044c233e7d27073 (diff) | |
download | gitlab-ce-cab6745f5310d15476b5d055c6bfeeccccedebf2.tar.gz |
Revert "make valid_signature an ignored column"
This reverts commit cce9afa38a8aa3f3e5a43ab952e1c022c9dd9385.
Diffstat (limited to 'app/models/gpg_signature.rb')
-rw-r--r-- | app/models/gpg_signature.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/gpg_signature.rb b/app/models/gpg_signature.rb index 454c90d5fc4..1f047a32c84 100644 --- a/app/models/gpg_signature.rb +++ b/app/models/gpg_signature.rb @@ -1,8 +1,5 @@ class GpgSignature < ActiveRecord::Base include ShaAttribute - include IgnorableColumn - - ignore_column :valid_signature sha_attribute :commit_sha sha_attribute :gpg_key_primary_keyid |