Преглед на файлове

add confirm on balance order

abiao преди 4 години
родител
ревизия
b8cc00d21a
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      db/migrate/20210304114641_create_balance_promotions.rb

+ 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