rawilk / laravel-settings

Store Laravel application settings in the database.
https://randallwilk.dev/docs/laravel-settings
MIT License
185 stars 17 forks source link

Allow migration to be reversed #25

Closed eslamradi closed 1 year ago

eslamradi commented 1 year ago

Add the down function to the migration file to allow it to be reversed without causing any issues when rolling back the migrations

github-actions[bot] commented 1 year ago

This PR is stale because it has been open for 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.

rawilk commented 1 year ago

Hey, thanks for taking the time to PR this, however personally I don't ever use the down function in migrations so it doesn't really make sense for me to merge it. You can always add the down function into the migration yourself when publishing the migrations.