Add minimum/maximum word lengths to session types
This commit is contained in:
parent
8a7efa65d7
commit
57520bb7a9
19 changed files with 133 additions and 61 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class AddMinimumAndMaximumAbstractLengthsToEventTypes < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :event_types, :minimum_abstract_length, :integer, :default => 0
|
||||
add_column :event_types, :maximum_abstract_length, :integer, :default => 500
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue