emigrate/packages
Joakim Carlstein 1f139fd975 feat(remove): rework the "remove" command to be more similar to "up" and "list"
The old reporter methods related to the "remove" command is not used anymore and instead the shared `onMigrationStart`, `onMigrationSuccess` and `onMigrationError` methods are used.
Some preparation has also been made to support for removing multiple migrations at once in the future, similar to how the `--from` and `--to` CLI options work for the "up" command.
2024-01-26 16:09:49 +01:00
..
cli feat(remove): rework the "remove" command to be more similar to "up" and "list" 2024-01-26 16:09:49 +01:00
mysql chore(release): version packages 2024-01-22 11:32:48 +01:00
plugin-generate-js chore(release): version packages 2024-01-22 11:32:48 +01:00
plugin-tools chore(release): version packages 2024-01-22 11:32:48 +01:00
postgres chore(release): version packages 2024-01-22 11:32:48 +01:00
reporter-pino feat(reporter-pino): adapt to the new Reporter interface 2024-01-26 16:09:49 +01:00
storage-fs chore(release): version packages 2024-01-22 11:32:48 +01:00
tsconfig chore(release): version packages (#11) 2023-11-15 12:25:48 +01:00
types feat(types): simplify the EmigrateReporter interface by removing the "remove" specific methods 2024-01-26 16:09:49 +01:00