mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 01:12:47 +08:00
Added missing migration down table drop
This commit is contained in:
parent
6381041252
commit
f2cb3b94f9
|
@ -41,5 +41,6 @@ class CreateWebhooksTable extends Migration
|
|||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('webhooks');
|
||||
Schema::dropIfExists('webhook_tracked_events');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user