You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible at the moment to make a migration using a name like add-constraints, which results in a migration directory like .butane/migrations/20240114_013956748_add-constraints/ .
It looks like there is no limitation on characters in the migration name, but I am guessing that quote characters and slashes are going to cause problems, either causing strange errors during migration creation, or later when the embedded migrations are compiled or the migrations are being read back from the file-system.
The text was updated successfully, but these errors were encountered:
It is possible at the moment to make a migration using a name like
add-constraints
, which results in a migration directory like.butane/migrations/20240114_013956748_add-constraints/
.It looks like there is no limitation on characters in the migration name, but I am guessing that quote characters and slashes are going to cause problems, either causing strange errors during migration creation, or later when the embedded migrations are compiled or the migrations are being read back from the file-system.
The text was updated successfully, but these errors were encountered: