Gustavo Zanatta 3 viikkoa sitten
vanhempi
commit
d2c7563d29

+ 0 - 2
database/migrations/2026_08_14_000001_add_type_to_partner_agreement_services_table.php

@@ -16,8 +16,6 @@ return new class extends Migration
 
             $table->index(['partner_agreement_id', 'type']);
         });
-
-        $this->backfill();
     }
 
     public function down(): void