mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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()
|
||||
{
|
||||
Schema::table('files_files', function (Blueprint $table) {
|
||||
$table->index('deleted_at');
|
||||
$table->index('name');
|
||||
$table->index('folder_id');
|
||||
});
|
||||
// it broke installation
|
||||
// Schema::table('files_files', function (Blueprint $table) {
|
||||
// $table->index('deleted_at');
|
||||
// $table->index('name');
|
||||
// $table->index('folder_id');
|
||||
// });
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user