Commit bbbc0f65 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed drop script error

parent 653a309c
......@@ -35,7 +35,7 @@ DROP FUNCTION inline_0 ();
-- In order to delete the attribute, we need to
-- recreate dependent views:
--
drop view im_timesheet_tasks_view;
drop view if exists im_timesheet_tasks_view;
create or replace view im_timesheet_tasks_view as
select t.*,
p.parent_id as project_id,
......
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