mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Can generate webhook messages for creating transactions.
This commit is contained in:
@@ -140,6 +140,7 @@ class ChangesForV550 extends Migration
|
||||
$table->boolean('errored')->default(false);
|
||||
$table->string('uuid',64);
|
||||
$table->longText('message');
|
||||
$table->longText('logs')->nullable();
|
||||
$table->foreign('webhook_id')->references('id')->on('webhooks')->onDelete('cascade');
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user