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
Currently there's no automatic (that is, via ecto) way to rollback a migration.
This is due to a fact that there are no DELETEs in Clickhouse per se: only mutations via ALTER.
Wonder if there's anything that can be done for rollbacks only. Maybe even support DELETEs via ALTER as a general case (that may issue a Logger.warning if used for anything else but rollbacks)?
The text was updated successfully, but these errors were encountered:
Currently there's no automatic (that is, via ecto) way to rollback a migration.
This is due to a fact that there are no
DELETE
s in Clickhouse per se: only mutations viaALTER
.Wonder if there's anything that can be done for rollbacks only. Maybe even support
DELETE
s viaALTER
as a general case (that may issue aLogger.warn
ing if used for anything else but rollbacks)?The text was updated successfully, but these errors were encountered: