summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-03 15:51:23 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-13 12:10:26 +0200
commit527d7a5d4af1c20ce14929f2ef3a9ed41fd1e69b (patch)
tree3d01045b9f60d447ee702a76ecf5aadbab3efe12
parent9c2faf400a602a76d75b8c5da7692ee3ccd3aa5e (diff)
downloadgitlab-ci-527d7a5d4af1c20ce14929f2ef3a9ed41fd1e69b.tar.gz
Fix annotations
-rw-r--r--app/models/variable.rb2
-rw-r--r--spec/models/variable_spec.rb2
2 files changed, 2 insertions, 2 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)
#
diff --git a/spec/models/variable_spec.rb b/spec/models/variable_spec.rb
index fd1ce1e..4575115 100644
--- a/spec/models/variable_spec.rb
+++ b/spec/models/variable_spec.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)
#