:comment
option causes an error when migrating remove/3
forward
#544
Labels
:comment
option causes an error when migrating remove/3
forward
#544
Elixir version
1.15.4
Database and Version
PostgreSQL 15
Ecto Versions
ecto 3.10.2, ecto_sql 3.10.1
Database Adapter and Versions (postgrex, myxql, etc)
postgrex 0.17.1
Current behavior
The
:comment
option does not work when migratingremove/3
forward. The migration attempts to apply the comment after dropping the column.When running this migration:
Expected behavior
The comment should not be applied when migrating
remove/3
forward.The text was updated successfully, but these errors were encountered: