develop #7

Merged
amirghasempoor merged 87 commits from develop into main 2026-05-23 07:38:16 +00:00
Showing only changes of commit ad70874bde - Show all commits

View File

@@ -23,7 +23,7 @@ return new class extends Migration
public function down(): void
{
Schema::table('missions', function (Blueprint $table) {
$table->dropColumn('km');
$table->dropColumn('end_km');
});
}
};