Releases: WatheqAlshowaiter/backup-tables
Releases · WatheqAlshowaiter/backup-tables
1.3.0
What's Changed
- Using the artisan command for one or more tables/models
php artisan backup:tables users posts # users_backup_2024_08_22_17_40_01, posts_backup_2024_08_22_17_40_01
php artisan backup:tables \\App\\Models\\User \\App\\Models\\Post # users_backup_2024_08_22_17_40_01, posts_backup_2024_08_22_17_40_01
Full Changelog: 1.2.2...1.3.0
1.2.2
- move models and migrtions to test folder because they are used only in the test
Full Changelog: 1.2.1...1.2.2
1.2.1
Refactoring and improving docs.
Full Changelog: 1.2.0...1.2.1
1.2.0
Fix a some tests bugs
Full Changelog: 1.0.1...1.2.0
1.0.1
Full Changelog: 1.0.0...1.0.1