Skip to content

Commit ba5e368

Browse files
committed
Renames photometry migration class to avoid collisions
Renames the publishable photometry migration class to a more specific name to prevent duplicate-class collisions when multiple published migrations exist in host applications. Updates the changelog with a Version 6.7.3 entry and advises re-publishing migrations to pick up the updated class name.
1 parent aedbdd6 commit ba5e368

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `laravel-astronomy-library` will be documented in this file.
44

5+
## Version 6.7.3
6+
7+
Fixed:
8+
9+
- Renamed the photometry migration class in the publishable stub from `AddPhotometryToCometsTable` to `AddPhotometryToCometsOrbitalElementsTable` to avoid duplicate-class collisions when multiple published migration files exist in host applications. Re-publish migrations to pick up the updated class name.
10+
511
## Version 6.7.2
612

713
Fixed:

src/database/migrations/add_photometry_to_comets_orbital_elements_table.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Schema;
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Database\Migrations\Migration;
66

7-
class AddPhotometryToCometsTable extends Migration
7+
class AddPhotometryToCometsOrbitalElementsTable extends Migration
88
{
99
/**
1010
* Run the migrations.

0 commit comments

Comments
 (0)