소스 검색

增加商品搜索关键字

abiao 4 년 전
부모
커밋
b48e810b4d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      db/migrate/20210913030458_create_commend_words.rb

+ 0 - 2
db/migrate/20210913030458_create_commend_words.rb

@@ -12,8 +12,6 @@ class CreateCommendWords < ActiveRecord::Migration
       t.boolean :state, :default => false
       t.timestamps
     end
-    add_index  :commend_words, :title
-
 
   end