Closed vkaracic closed 3 years ago
In the case where there are empty passwords the changeColumn command for the password column would fail, but the token column would be deleted causing column "token" of relation "user" does not exist errors on new migration runs.
changeColumn
password
token
column "token" of relation "user" does not exist
Please base it on release/5.0 and reopen 😉
Done: https://github.com/ExtensionEngine/tailor/pull/857
In the case where there are empty passwords the
changeColumn
command for thepassword
column would fail, but thetoken
column would be deleted causingcolumn "token" of relation "user" does not exist
errors on new migration runs.