#3628 index will added

This commit is contained in:
Muammer Top 2021-03-31 15:55:45 +03:00
parent 4ee066aaf0
commit 19654ad0d8
2 changed files with 1 additions and 10 deletions

View File

@ -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');
});
}
}

View File

@ -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');
});
}
}