Most of the migrations have both a .up.sql and a .down.sql.
However, it seems like we missed this in three recent PRs
Making those migrations reversible is only a couple of minutes of work, so I think it would be good to do so.
- Check this in CI so the wrong command is no longer used.
Most of the migrations have both a
.up.sqland a.down.sql.However, it seems like we missed this in three recent PRs
chunks_metadatatable #123Making those migrations reversible is only a couple of minutes of work, so I think it would be good to do so.