diff options
author | Stan Hu <stanhu@gmail.com> | 2015-05-03 09:05:38 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-05-03 13:38:27 -0700 |
commit | a3157626f1970158573c71066982fac6a9ffe7ce (patch) | |
tree | 3ceff636dbc14812b5d785f6520031c0c4783032 /app/models/key.rb | |
parent | e22936c60f44f96db497b2355379d86c9b69b8d8 (diff) | |
download | gitlab-ce-a3157626f1970158573c71066982fac6a9ffe7ce.tar.gz |
Re-annotate models
Diffstat (limited to 'app/models/key.rb')
-rw-r--r-- | app/models/key.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/key.rb b/app/models/key.rb index 016eee86992..bbc28678177 100644 --- a/app/models/key.rb +++ b/app/models/key.rb @@ -10,6 +10,7 @@ # title :string(255) # type :string(255) # fingerprint :string(255) +# public :boolean default(FALSE), not null # require 'digest/md5' |