1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Fixes for migration file

This commit is contained in:
David Bomba 2024-08-27 22:39:36 +10:00
parent 3df5e6ca5c
commit a58967dcab

View File

@ -17,7 +17,7 @@ return new class extends Migration
Schema::table('companies', function (Blueprint $table){
$table->bigInteger('legal_entity_id')->nullable();
})
});
}
/**