FIX removed no more used proc update_modified_column_date_m on pgsql

This commit is contained in:
Laurent Destailleur 2021-02-08 17:32:36 +01:00
parent 9a9686ed6c
commit d073e809e7

View File

@ -574,5 +574,5 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('EXPENSE_REPORT_PAID','Expense report billed','Executed when an expense report is set as billed','expensereport',204);
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('EXPENSE_REPORT_DELETE','Expense report deleted','Executed when an expense report is deleted','expensereport',205);
-- Unsed function
DROP FUNCTION IF EXISTS update_modified_column_date_m CASCADE;
-- Removed no more used function
-- VPGSQL8.2 DROP FUNCTION IF EXISTS update_modified_column_date_m CASCADE;