forked from orisintel/laravel-migration-snapshot
- Notifications
You must be signed in to change notification settings - Fork 2
Pull requests: always-open/laravel-migration-snapshot
Author
Label
Milestones
Reviews
Assignee
Sort
Pull requests list
Ensure dump files removed before appending to them
#23 by bstanley-pec was merged Aug 11, 2025 Loading… updated Aug 11, 2025
Update both commands to read/write database driver-specific files
#22 by bstanley-pec was merged Aug 7, 2025 Loading… updated Aug 8, 2025
Suppress mysql warning about insecure password
#21 by bstanley-pec was merged Aug 7, 2025 Loading… updated Aug 7, 2025
Added migrate:fresh to array of commands after which migrate:dump will automatically run
#20 by bstanley-pec was merged Aug 7, 2025 Loading… updated Aug 7, 2025
Fix SQLite migrations table insert statements
#19 by bstanley-pec was merged Aug 5, 2025 Loading… updated Aug 5, 2025
Bump Laravel dependency to include v11.
#17 by paulrrogers was merged Feb 10, 2025 Loading… updated Feb 10, 2025
Bump Laravel dependency to include v10.
#16 by paulrrogers was merged Jun 8, 2023 Loading… updated Jul 17, 2023
Bump dependency versions supported.
#15 by paulrrogers was merged Jan 5, 2023 Loading… updated Jan 5, 2023
Accept after-dump and after-load as array for Artisan call. enhancement New feature or request
#14 by paulrrogers was merged Aug 29, 2022 Loading… updated Aug 29, 2022
Separate env var override into two and move to config. enhancement New feature or request
#13 by paulrrogers was merged Aug 29, 2022 Loading… updated Aug 29, 2022
Add after-load config option to aid post-loading preparation. enhancement New feature or request
#12 by paulrrogers was merged Aug 29, 2022 Loading… updated Aug 29, 2022
Fixed migrations included in data dumps because of copy-paste bug, an… bug Something isn't working
#11 by paulrrogers was merged Aug 24, 2022 Loading… updated Aug 24, 2022
Use pgdump custom format for data dumps with PostgreSQL to workaround… bug Something isn't working
#10 by paulrrogers was merged Aug 24, 2022 Loading… updated Aug 24, 2022
Fallback to default ports for Mysql and Postgresql since some configu…
#9 by paulrrogers was merged Aug 24, 2022 Loading… updated Aug 24, 2022
Fixed reordering migrations dropping those with duplicate timestamps …
#8 by paulrrogers was merged Aug 23, 2022 Loading… updated Aug 23, 2022
Fixed checking wrong DB connection for latest migration when starting… bug Something isn't working
#7 by paulrrogers was merged Aug 23, 2022 Loading… updated Aug 23, 2022
Fixed migration-snapshot.data config not opting into dumping data aft… bug Something isn't working
#6 by paulrrogers was merged Aug 23, 2022 Loading… updated Aug 23, 2022
Initial support for DB table prefixes. enhancement New feature or request
#5 by paulrrogers was merged Aug 23, 2022 Loading… updated Aug 23, 2022
ProTip! Filter pull requests by the default branch with base:master.