mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
index it broke installation
This commit is contained in:
parent
2ad12903db
commit
2187593707
@ -8,11 +8,12 @@ class VisiosoftModuleProfileAddIndexTable extends Migration
|
|||||||
{
|
{
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('files_files', function (Blueprint $table) {
|
// it broke installation
|
||||||
$table->index('deleted_at');
|
// Schema::table('files_files', function (Blueprint $table) {
|
||||||
$table->index('name');
|
// $table->index('deleted_at');
|
||||||
$table->index('folder_id');
|
// $table->index('name');
|
||||||
});
|
// $table->index('folder_id');
|
||||||
|
// });
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user