ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

Run remove-user-token migration in a transaction #856

Closed vkaracic closed 3 years ago

vkaracic commented 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.

underscope commented 3 years ago

Please base it on release/5.0 and reopen 😉

vkaracic commented 3 years ago

Done: https://github.com/ExtensionEngine/tailor/pull/857