mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +00:00
Can now send webhook messages.
This commit is contained in:
@@ -138,6 +138,7 @@ class ChangesForV550 extends Migration
|
||||
$table->integer('webhook_id', false, true);
|
||||
$table->boolean('sent')->default(false);
|
||||
$table->boolean('errored')->default(false);
|
||||
$table->unsignedTinyInteger('attempts')->default(0);
|
||||
$table->string('uuid',64);
|
||||
$table->longText('message');
|
||||
$table->longText('logs')->nullable();
|
||||
|
Reference in New Issue
Block a user