Prechádzať zdrojové kódy

add confirm on balance order

abiao 4 rokov pred
rodič
commit
b8cc00d21a

+ 0 - 2
db/migrate/20210304114641_create_balance_promotions.rb

@@ -31,8 +31,6 @@ class CreateBalancePromotions < ActiveRecord::Migration
       t.column :cent, :integer, :limit => 11, :default => 0
       t.timestamps
     end
-    add_index :balance_promotions, :wx_user_id
-    add_index :balance_promotions, :product_id
   end
 
   def down