Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-03 19:05:38 +0300
committerStan Hu <stanhu@gmail.com>2015-05-03 23:38:27 +0300
commita3157626f1970158573c71066982fac6a9ffe7ce (patch)
tree3ceff636dbc14812b5d785f6520031c0c4783032 /app/models/key.rb
parente22936c60f44f96db497b2355379d86c9b69b8d8 (diff)
Re-annotate models
Diffstat (limited to 'app/models/key.rb')
-rw-r--r--app/models/key.rb1
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'