Observe issue, merge request, note creation - create event
This commit is contained in:
parent
a847501fd2
commit
dcdb2fdfdb
12 changed files with 130 additions and 25 deletions
5
db/migrate/20120228134252_add_action_to_event.rb
Normal file
5
db/migrate/20120228134252_add_action_to_event.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddActionToEvent < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :events, :action, :integer, :null => true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue