some fixes to janitor trials, implemented jan trial controller test
This commit is contained in:
@@ -2,7 +2,6 @@ class CreateJanitorTrials < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :janitor_trials do |t|
|
||||
t.column :user_id, :integer, :null => false
|
||||
t.column :promoted_at, :datetime
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user