fix revision count and drop observers
This commit is contained in:
parent
518ecc3d4e
commit
b33e9ed28e
12 changed files with 69 additions and 34 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddDefaultToRevisionInConference < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :conferences, :revision, :integer, default: 0, null: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue