Files
omnixy/bin
Gary Rennie 0a3ce5c393 Allow failed migrations to be skipped (#1124)
* Allow failed migrations to be skipped

Failed migrations can be now be skipped by a prompt. This means that if
a migration is "stuck" then a user can opt to store it in a separate
skipped directory. Skipped migrations will be considered for the
purposes of running the pending migrations, however in future, we can
allow the user to run their skipped migrations with a flag.

To allow the script to continue and prompt for failed migrations, the
`set -e` has been removed. A manual check on the exit code is used
instead.

* Cleanup implementation a bit

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-31 09:03:25 +02:00
..
2025-08-25 12:10:41 +02:00
2025-08-24 09:28:08 +02:00
2025-08-25 14:04:49 +02:00
2025-08-27 15:40:48 +02:00
2025-08-25 08:26:08 +02:00
2025-08-27 21:05:38 +02:00
2025-08-24 18:11:59 +02:00
2025-08-27 12:14:03 +02:00
2025-08-24 18:02:09 +02:00
2025-08-25 12:24:51 +02:00
2025-08-03 15:30:49 +02:00
2025-08-24 17:53:42 +02:00
2025-08-24 17:53:42 +02:00
2025-08-04 20:30:00 +02:00
2025-08-10 20:12:16 +02:00
2025-07-26 16:37:49 -04:00