Skip to content

Releases: WatheqAlshowaiter/backup-tables

1.3.0

28 Jan 18:30
Compare
Choose a tag to compare

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

26 Aug 19:09
Compare
Choose a tag to compare
  • 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

24 Aug 20:11
Compare
Choose a tag to compare

Refactoring and improving docs.

Full Changelog: 1.2.0...1.2.1

1.2.0

24 Aug 15:42
Compare
Choose a tag to compare

Fix a some tests bugs

Full Changelog: 1.0.1...1.2.0

1.0.1

23 Aug 18:09
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.0

22 Aug 23:08
Compare
Choose a tag to compare