diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-26 22:36:31 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-27 02:05:53 -0700 |
commit | 2a4359a572c123d117988487f9bb29f4ae176ceb (patch) | |
tree | 693f34b3dff465091a0e2c985af753ce28aae754 /app/models/protected_branch.rb | |
parent | a8870e87e4cc8ce441032dc6aa3dfa6e1812090e (diff) | |
download | gitlab-ce-2a4359a572c123d117988487f9bb29f4ae176ceb.tar.gz |
annotate models
Diffstat (limited to 'app/models/protected_branch.rb')
-rw-r--r-- | app/models/protected_branch.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/protected_branch.rb b/app/models/protected_branch.rb index 4ea083c17e3..421828645c0 100644 --- a/app/models/protected_branch.rb +++ b/app/models/protected_branch.rb @@ -22,8 +22,8 @@ end # # Table name: protected_branches # -# id :integer(4) not null, primary key -# project_id :integer(4) not null +# 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 |