Commit 1910692f authored by Frank Bergmann's avatar Frank Bergmann

- removed old upgrade file

parent c2e291d2
-- /packages/intranet-hr/sql/xxx/upgrade-3.0.alpha3-3.0.0.sql
--
-- Copyright (c) 2003-2004 Project/Open
--
-- All rights reserved. Please check
-- http://www.project-open.com/license/ for details.
--
-- @author frank.bergmann@project-open.com
alter table im_employees add
hourly_cost numeric(12,3)
;
insert into im_view_columns (column_id, view_id, column_name, column_render_tcl,
sort_order) values (5607,56,'Hourly Cost','$hourly_cost',07);
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