Skip to content

Types used at table schema definition can't be dropped nor overwritten

Bartek Wrona requested to merge bw_cannot_drop_schema_types into develop

Types used at table schema definition can't be dropped nor overwritten (since table schema changes are not upgradable). Especially they can't be dropped using CASCADE keyword what lead to dataloss (dropping also columns declared using such type).

Merge request reports