summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-03 15:51:23 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-03 15:51:23 +0200
commitc209575b049af34ebefacfceb22337da6f32149d (patch)
tree350a60a43b63897dcdee0682af0eb0c9637cce37 /app
parentaad4f676fea567d10349240207d548360607fa1d (diff)
downloadgitlab-ci-encrypt-variables.tar.gz
Fix annotationsencrypt-variables
Diffstat (limited to 'app')
-rw-r--r--app/models/variable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/variable.rb b/app/models/variable.rb
index 76a2c65..676fed1 100644
--- a/app/models/variable.rb
+++ b/app/models/variable.rb
@@ -6,7 +6,7 @@
# project_id :integer not null
# key :string(255)
# value :text
-# encrypted_value :string(255)
+# encrypted_value :text
# encrypted_value_salt :string(255)
# encrypted_value_iv :string(255)
#