mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
feat: create migration for webhook notification settings and cloud init scripts tables
This commit is contained in:
parent
9113ed714f
commit
55d0671612
2 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ return new class extends Migration
|
|||
$table->boolean('server_reachable_webhook_notifications')->default(false);
|
||||
$table->boolean('server_unreachable_webhook_notifications')->default(true);
|
||||
$table->boolean('server_patch_webhook_notifications')->default(false);
|
||||
$table->boolean('traefik_outdated_webhook_notifications')->default(true);
|
||||
|
||||
$table->unique(['team_id']);
|
||||
});
|
||||
Loading…
Reference in a new issue