]> BookStack Code Mirror - bookstack/commitdiff
Added missing migration down table drop
authorDan Brown <redacted>
Fri, 10 Dec 2021 14:58:14 +0000 (14:58 +0000)
committerDan Brown <redacted>
Fri, 10 Dec 2021 14:58:14 +0000 (14:58 +0000)
database/migrations/2021_12_07_111343_create_webhooks_table.php

index 2ded0b9495e8c22f35aed37385cceed9035d1d64..22b8549f4bb254bfd6c9fe2ba4727e1ec83ee1b2 100644 (file)
@@ -41,5 +41,6 @@ class CreateWebhooksTable extends Migration
     public function down()
     {
         Schema::dropIfExists('webhooks');
+        Schema::dropIfExists('webhook_tracked_events');
     }
 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.