mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fix column name typo
This commit is contained in:
parent
4ee3cbf60e
commit
c5b09ed955
|
@ -24,7 +24,7 @@ class AddEolOnModelsTable extends Migration
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('models', function ($table) {
|
Schema::table('models', function ($table) {
|
||||||
$table->dropColumn('old');
|
$table->dropColumn('eol');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue