Skip to content

Commit

Permalink
fix(UPGRADE.md) - migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
joydeep-bhowmik committed Mar 1, 2024
1 parent 6fd22f2 commit 500950c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Now run `php artisan vendor:publish` and select `LevelUp\Experience\LevelUpServi
This also publishes new migration files. Run `php artisan migrate` to migrate the new tables.

Important Note

A new migration is required to accommodate the ended_at column becoming nullable. This migration should alter the table schema to allow NULL values for the ended_at column. Ensure data integrity during this process.

0 comments on commit 500950c

Please sign in to comment.