|
|
@@ -72,8 +72,8 @@ class CreateRechargePromotions < ActiveRecord::Migration
|
|
|
t.timestamps
|
|
|
end
|
|
|
|
|
|
- add_index :presents, :begin_time
|
|
|
- add_index :presents, :send_prod1
|
|
|
+ add_index :presents, :wx_user_id
|
|
|
+ add_index :presents, :order_id
|
|
|
|
|
|
add_column :balance_promotions, :max_total, :integer, :default=>0,:limit => 11
|
|
|
add_column :balance_promotions, :depart, :integer, :default=>0,:limit => 11
|