comparison PostgreSQL/Plugins/SQL/Upgrades/V6.1ToV6.2.sql @ 458:9da7c688e7dc pg-transactions

fix
author Alain Mazy <am@osimis.io>
date Wed, 24 Jan 2024 10:17:01 +0100
parents 0ac99983abfa
children
comparison
equal deleted inserted replaced
457:2f3b0688548e 458:9da7c688e7dc
43 43
44 -- These triggers disappears and are not replaced in V6.2 44 -- These triggers disappears and are not replaced in V6.2
45 DROP TRIGGER IF EXISTS CountResourcesTracker ON Resources; 45 DROP TRIGGER IF EXISTS CountResourcesTracker ON Resources;
46 46
47 -- The signature has changed so we must delete the function before replacing it. 47 -- The signature has changed so we must delete the function before replacing it.
48 DROP FUNCTION CreateInstance; 48 DROP FUNCTION IF EXISTS CreateInstance;