preview comments

This commit is contained in:
Andras Bacsai
2023-06-13 15:01:11 +02:00
parent cafe9019c1
commit 8dbe3cfe0c
14 changed files with 157 additions and 23 deletions

View File

@@ -16,6 +16,7 @@ return new class extends Migration
$table->string('uuid')->unique();
$table->integer('pull_request_id');
$table->string('pull_request_html_url');
$table->integer('pull_request_issue_comment_id')->nullable();
$table->string('fqdn')->unique()->nullable();
$table->string('status')->default('exited');