mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
0642bfdb1d
* Add fleetctl command to get missing migrations * Fix copy paste and lint * Detect migrations applied out of order * Add extra bullet to changes * Trigger creation of migration status tables * Fix unit tests * PR fixes * PR comment fixes
3 lines
250 B
Plaintext
3 lines
250 B
Plaintext
* New `fleetctl` command `debug migrations` to show missing migrations of a running fleet instance.
|
|
* `fleet serve` and `fleet prepare db` will fail if there are unknown migrations (possibly an old version of fleet running against a newer database).
|