mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Conditionally drop table
This commit is contained in:
parent
296c9a723d
commit
03938d0f32
|
@ -37,7 +37,7 @@ class ReCreateLicensesTable extends Migration
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
//
|
||||
Schema::drop('licenses');
|
||||
// This was most likely handled in 2013_11_17_054359_drop_licenses_table.php
|
||||
Schema::dropIfExists('licenses');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue