removed index on missing column
This commit is contained in:
parent
e47b4628a0
commit
1cbfc5d9cd
@ -18,7 +18,6 @@ class CreateAircraftsTable extends Migration
|
||||
$table->boolean('active')->default(true);
|
||||
$table->timestamps();
|
||||
|
||||
$table->index('icao');
|
||||
$table->unique('registration');
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user