Also drop attempts DB

This commit is contained in:
James Cole
2020-12-05 07:09:05 +01:00
parent 9576806765
commit 58f97a163f

View File

@@ -53,6 +53,7 @@ class ChangesForV550 extends Migration
$table->dropColumn('generated'); $table->dropColumn('generated');
} }
); );
Schema::dropIfExists('webhook_attempts');
Schema::dropIfExists('webhook_messages'); Schema::dropIfExists('webhook_messages');
Schema::dropIfExists('webhooks'); Schema::dropIfExists('webhooks');
} }