mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#3628 index will added
This commit is contained in:
parent
4ee066aaf0
commit
19654ad0d8
@ -13,12 +13,7 @@ class VisiosoftModuleCatsAddIndexTable extends Migration
|
||||
$table->index('slug');
|
||||
$table->index('parent_category_id');
|
||||
$table->index('icon_id');
|
||||
$table->index('cat1');
|
||||
$table->index('country_id');
|
||||
$table->index('city');
|
||||
$table->index('finish_at');
|
||||
$table->index('status');
|
||||
$table->index('count_show_ad');
|
||||
$table->index('sort_order');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,9 +14,5 @@ class VisiosoftModuleProfileAddIndexTable extends Migration
|
||||
$table->index('folder_id');
|
||||
});
|
||||
|
||||
Schema::table('page_link_type_pages_translations', function (Blueprint $table) {
|
||||
$table->index('entry_id');
|
||||
$table->index('locale');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user