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
When I generate a migration which is supposed to change SQL constraint, the generated SQL doesn't work. It generate a first SQL instruction to delete the constraint from the table in lower case, but it generates a second SQL instruction in upper case.
The result when I execute the migration, it crashed because it didn't find one of the two constraint, because it was already dropped.
The text was updated successfully, but these errors were encountered:
When I generate a migration which is supposed to change SQL constraint, the generated SQL doesn't work. It generate a first SQL instruction to delete the constraint from the table in lower case, but it generates a second SQL instruction in upper case.
The result when I execute the migration, it crashed because it didn't find one of the two constraint, because it was already dropped.
The text was updated successfully, but these errors were encountered: