Commit 731a072f authored by Project Open's avatar Project Open

- Added drop-script

parent b4698783
-- /packages/intranet-timesheet2-interval/sql/postgres/intranet-timesheet2-interval-drop.sql
--
-- Copyright (C) 2021 ]project-open[
--
-- @author frank.bergmann@project-open.com
-- Drop plugins and menus for the module
--
select im_component_plugin__del_module('intranet-timesheet2-interval');
select im_menu__del_module('intranet-timesheet2-interval');
drop table if exists im_hour_intervals;
drop sequence if exists im_hour_intervals_seq;
drop function if exists im_hour_interval_insert_tr();
drop function if exists im_hour_interval_update_tr();
drop function if exists im_hour_interval_delete_tr();
drop function if exists im_hour_interval_update_im_hours (integer, integer, date);
SELECT acs_object_type__drop_type ('im_hour_interval', 't');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment