Skip to content

Migration fix release

Compare
Choose a tag to compare
@mayeenulislam mayeenulislam released this 25 Feb 08:33
· 2 commits to master since this release
  • Fix: Migration for the attachments table is fixed prior to v1.1.1

This change was important for all the versions after v1.1.1

Migration Guide

Run the following commands after the upgrade:

# Get the newly added migration file.
php artisan vendor:publish --tag=shongjukti

# Run the migration.
php artisan migrate