summaryrefslogtreecommitdiff
path: root/app/models/protected_branch.rb
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 21:23:09 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 21:23:09 +0300
commit6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e (patch)
tree564890fe3f7211f0b53a36a6b69e82cddcc261a9 /app/models/protected_branch.rb
parent283bf806766c02c8c66230f4c765070b0ed812fb (diff)
downloadgitlab-ce-6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e.tar.gz
Reannotated
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 e24412b245f..4da1432c1a9 100644
--- a/app/models/protected_branch.rb
+++ b/app/models/protected_branch.rb
@@ -18,8 +18,8 @@ end
#
# Table name: protected_branches
#
-# id :integer not null, primary key
-# project_id :integer not null
+# id :integer(4) not null, primary key
+# project_id :integer(4) not null
# name :string(255) not null
# created_at :datetime not null
# updated_at :datetime not null