Skip to content
Snippets Groups Projects

Use a separate table for storing push events

Merged Yorick Peterse requested to merge split-events-into-push-events into master
Compare and Show latest version
4 files
+ 30
23
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
0
@@ -28,6 +28,10 @@ def self.sti_name
PUSHED
end
def push?
true
end
def push_with_commits?
commit_from && commit_from
end
Loading