Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ff413ec2
Commit
ff413ec2
authored
Aug 24, 2017
by
Alexis Reigel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add verification_status to gpg signatures
parent
dd157e45
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
db/migrate/20170817123339_add_verification_status_to_gpg_signatures.rb
...170817123339_add_verification_status_to_gpg_signatures.rb
+7
-0
db/schema.rb
db/schema.rb
+1
-0
No files found.
db/migrate/20170817123339_add_verification_status_to_gpg_signatures.rb
0 → 100644
View file @
ff413ec2
class
AddVerificationStatusToGpgSignatures
<
ActiveRecord
::
Migration
DOWNTIME
=
false
def
change
add_column
:gpg_signatures
,
:verification_status
,
:smallint
end
end
db/schema.rb
View file @
ff413ec2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment