diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-09 15:05:03 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-09 15:05:03 +0300 |
| commit | 36f861f1b1b7dc02a83d16243f680c8fbdfabfb7 (patch) | |
| tree | c399a97b4db2cba9e52e0ff6186b3b3c207da2c0 /app/models/web_hook.rb | |
| parent | c5cdd07899df5cc5d87c514a7649979056fcced7 (diff) | |
| download | gitlab-ce-36f861f1b1b7dc02a83d16243f680c8fbdfabfb7.tar.gz | |
Re-annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/web_hook.rb')
| -rw-r--r-- | app/models/web_hook.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/web_hook.rb b/app/models/web_hook.rb index 45a795391a2..76854da5c38 100644 --- a/app/models/web_hook.rb +++ b/app/models/web_hook.rb @@ -5,13 +5,14 @@ # id :integer not null, primary key # url :string(255) # project_id :integer -# created_at :datetime not null -# updated_at :datetime not null +# created_at :datetime +# updated_at :datetime # type :string(255) default("ProjectHook") # service_id :integer # push_events :boolean default(TRUE), not null # issues_events :boolean default(FALSE), not null # merge_requests_events :boolean default(FALSE), not null +# tag_push_events :boolean default(FALSE) # class WebHook < ActiveRecord::Base |
