fixing tests
This commit is contained in:
@@ -3,6 +3,7 @@ class CreateJanitorTrials < ActiveRecord::Migration
|
||||
create_table :janitor_trials do |t|
|
||||
t.column :creator_id, :integer, :null => false
|
||||
t.column :user_id, :integer, :null => false
|
||||
t.column :original_level, :integer, :null => false
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user