Skip to content

Commit ed2c49f

Browse files
committed
Merge branch 'issue#2167' of github.com:suraj-webkul/laravel-crm into issue#2167
2 parents f0fd47f + 3e93d05 commit ed2c49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/Contact/src/Database/Migrations/2024_09_09_112201_add_unique_id_to_person_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function up(): void
1616
$table->string('unique_id')->nullable()->unique();
1717
});
1818

19-
$tableName = DB::getTablePrefix() . 'persons';
19+
$tableName = DB::getTablePrefix().'persons';
2020

2121
DB::statement("
2222
UPDATE {$tableName}

0 commit comments

Comments
 (0)