Merge branch 'develop' of https://bdgit.trustie.net/hushasha/bigdata into develop
This commit is contained in:
commit
d938f413f7
|
|
@ -1,6 +1,6 @@
|
|||
class AddAutoUsersTrial < ActiveRecord::Migration
|
||||
def up
|
||||
#add_column :schools, :auto_users_trial, :boolean, :default => 0
|
||||
add_column :schools, :auto_users_trial, :boolean, :default => 0
|
||||
|
||||
applies = ApplyAction.where(:container_type => "TrialAuthorization", :status => 1, :dealer_id => nil)
|
||||
if applies.present?
|
||||
|
|
|
|||
Loading…
Reference in New Issue