Add missing migration for the previous commit
This commit is contained in:
parent
a87c7bd496
commit
cd44861988
|
@ -0,0 +1,6 @@
|
||||||
|
class AddTimeLimitsToEventTypes < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :event_types, :minimum_length, :integer
|
||||||
|
add_column :event_types, :maximum_length, :integer
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue