Skip to content

Releases: helloarman/dumptable

1.4.20

09 Aug 20:44
798a984

Choose a tag to compare

fix: updated wrong key

1.14.18

09 Aug 20:00
56a9b40

Choose a tag to compare

chore: updated typo
refactor: removed comments

1.4.15

09 Aug 11:31
def43a7

Choose a tag to compare

fix: updated logic and updated errors

1.4.12

14 Jul 05:33
e8fb155

Choose a tag to compare

fix: fixed logic on file

1.4.11

13 Jul 05:11
4c546e2

Choose a tag to compare

feat: added align migration command.
feat: added refresh and seed command.
feat: added new call command for default.
feat: added -d flag for restore command.
chore: updated command comments.
chore: updated logic.
chore: cleaning code.
fix: fixed some bugs

1.4.9

13 Jul 04:30
c2d76a4

Choose a tag to compare

What's Changed

feat: added align migration command.
feat: added refresh and seed command.
feat: added new call command for default.
feat: added -d flag for restore command.
chore: updated command comments.
chore: updated logic.
chore: cleaning code.

1.0.3

26 Jun 08:29
0cf6efe

Choose a tag to compare

fix: removed duplicate data

0.1.5

25 Jun 21:27

Choose a tag to compare

In Laravel, updating a migration typically requires altering the entire table, which can result in the loss of data in other tables. This can be problematic if you have valuable data stored in those tables. This package allows you to update a single migration file for a specific table without affecting data in other tables, ensuring data integrity across your database.