mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Added missing migration down table drop
This commit is contained in:
@ -41,5 +41,6 @@ class CreateWebhooksTable extends Migration
|
|||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::dropIfExists('webhooks');
|
Schema::dropIfExists('webhooks');
|
||||||
|
Schema::dropIfExists('webhook_tracked_events');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user