From ea05773e2663c6e975059c21d99a8cdc866d9026 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Thu, 29 Aug 2024 09:51:54 +0200 Subject: [PATCH] cleanup --- sql/historization.sql | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sql/historization.sql b/sql/historization.sql index 535bddaf..bf62ed22 100644 --- a/sql/historization.sql +++ b/sql/historization.sql @@ -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