This commit is contained in:
Michael Hoennig 2024-08-29 09:51:54 +02:00
parent 7f16a5c39f
commit ea05773e26

View File

@ -1,11 +1,3 @@
rollback;
drop table if exists hs_hosting_asset_versions;
drop view if exists hs_hosting_asset_hv;
drop table if exists hs_hosting_asset_ex;
drop procedure if exists tx_create_historicization;
drop trigger if exists hs_hosting_asset_tx_historicize_tg on hs_hosting_asset;
drop function if exists tx_historicize_tf();
drop type if exists tx_operation;
-- ========================================================
-- Historization twiddle