diff options
| author | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-26 21:23:09 +0300 |
|---|---|---|
| committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-26 21:23:09 +0300 |
| commit | 6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e (patch) | |
| tree | 564890fe3f7211f0b53a36a6b69e82cddcc261a9 /app/models/web_hook.rb | |
| parent | 283bf806766c02c8c66230f4c765070b0ed812fb (diff) | |
| download | gitlab-ce-6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e.tar.gz | |
Reannotated
Diffstat (limited to 'app/models/web_hook.rb')
| -rw-r--r-- | app/models/web_hook.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/models/web_hook.rb b/app/models/web_hook.rb index b0b1e0bd64a..26288476a6c 100644 --- a/app/models/web_hook.rb +++ b/app/models/web_hook.rb @@ -22,10 +22,10 @@ end # # Table name: web_hooks # -# id :integer not null, primary key +# id :integer(4) not null, primary key # url :string(255) -# project_id :integer -# created_at :datetime -# updated_at :datetime +# project_id :integer(4) +# created_at :datetime not null +# updated_at :datetime not null # |
