]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6381041
)
Added missing migration down table drop
author
Dan Brown
<redacted>
Fri, 10 Dec 2021 14:58:14 +0000
(14:58 +0000)
committer
Dan Brown
<redacted>
Fri, 10 Dec 2021 14:58:14 +0000
(14:58 +0000)
database/migrations/2021_12_07_111343_create_webhooks_table.php
patch
|
blob
|
history
diff --git
a/database/migrations/2021_12_07_111343_create_webhooks_table.php
b/database/migrations/2021_12_07_111343_create_webhooks_table.php
index 2ded0b9495e8c22f35aed37385cceed9035d1d64..22b8549f4bb254bfd6c9fe2ba4727e1ec83ee1b2 100644
(file)
--- a/
database/migrations/2021_12_07_111343_create_webhooks_table.php
+++ b/
database/migrations/2021_12_07_111343_create_webhooks_table.php
@@
-41,5
+41,6
@@
class CreateWebhooksTable extends Migration
public function down()
{
Schema::dropIfExists('webhooks');
+ Schema::dropIfExists('webhook_tracked_events');
}
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.