diff --git a/database/migrations/2025_11_19_115504_create_github_runner_sources_table.php b/database/migrations/2025_11_19_115504_create_github_runner_sources_table.php deleted file mode 100644 index 02ae2b77f..000000000 --- a/database/migrations/2025_11_19_115504_create_github_runner_sources_table.php +++ /dev/null @@ -1,27 +0,0 @@ -id(); - $table->timestamps(); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Schema::dropIfExists('github_runner_sources'); - } -};