Commit b543f452 authored by Frank Bergmann's avatar Frank Bergmann

- fixed syntax error

parent 825b6289
...@@ -8,14 +8,6 @@ ...@@ -8,14 +8,6 @@
-- @author frank.bergmann@project-open.com -- @author frank.bergmann@project-open.com
-----------------------------------------------------------
-- Add confirmation object to hours to keep status
--
alter table im_hours
add conf_object_id integer references im_timesheet_conf_objects;
----------------------------------------------------------- -----------------------------------------------------------
-- Workflow Confirmation Object -- Workflow Confirmation Object
-- --
...@@ -107,6 +99,14 @@ create index im_hours_conf_obj_idx on im_hours(conf_object_id); ...@@ -107,6 +99,14 @@ create index im_hours_conf_obj_idx on im_hours(conf_object_id);
-----------------------------------------------------------
-- Add confirmation object to hours to keep status
--
alter table im_hours
add conf_object_id integer references im_timesheet_conf_objects;
----------------------------------------------------------- -----------------------------------------------------------
-- Privileges -- Privileges
...@@ -121,9 +121,6 @@ SELECT acs_privilege__create_privilege( ...@@ -121,9 +121,6 @@ SELECT acs_privilege__create_privilege(
SELECT acs_privilege__add_child('admin', 'view_timesheet_conf_all'); SELECT acs_privilege__add_child('admin', 'view_timesheet_conf_all');
----------------------------------------------------------- -----------------------------------------------------------
-- Create, Drop and Name Plpg/SQL functions -- Create, Drop and Name Plpg/SQL functions
-- --
......
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