summaryrefslogtreecommitdiff
path: root/app/models/protected_branch.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-09 15:05:03 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-09 15:05:03 +0300
commit36f861f1b1b7dc02a83d16243f680c8fbdfabfb7 (patch)
treec399a97b4db2cba9e52e0ff6186b3b3c207da2c0 /app/models/protected_branch.rb
parentc5cdd07899df5cc5d87c514a7649979056fcced7 (diff)
downloadgitlab-ce-36f861f1b1b7dc02a83d16243f680c8fbdfabfb7.tar.gz
Re-annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/protected_branch.rb')
-rw-r--r--app/models/protected_branch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/protected_branch.rb b/app/models/protected_branch.rb
index 16379720e59..d2b2b1218d1 100644
--- a/app/models/protected_branch.rb
+++ b/app/models/protected_branch.rb
@@ -5,8 +5,8 @@
# id :integer not null, primary key
# project_id :integer not null
# name :string(255) not null
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime
+# updated_at :datetime
#
class ProtectedBranch < ActiveRecord::Base