From a58967dcab41f5440347d6e23cfa1d3990f5bf47 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 27 Aug 2024 22:39:36 +1000 Subject: [PATCH] Fixes for migration file --- database/migrations/2024_08_26_055523_add_qb_product_hash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2024_08_26_055523_add_qb_product_hash.php b/database/migrations/2024_08_26_055523_add_qb_product_hash.php index 20dc98df6a78..41de33759a8d 100644 --- a/database/migrations/2024_08_26_055523_add_qb_product_hash.php +++ b/database/migrations/2024_08_26_055523_add_qb_product_hash.php @@ -17,7 +17,7 @@ return new class extends Migration Schema::table('companies', function (Blueprint $table){ $table->bigInteger('legal_entity_id')->nullable(); - }) + }); } /**