summaryrefslogtreecommitdiff
path: root/sql/upgrade/1.2-1.3.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/upgrade/1.2-1.3.sql')
-rw-r--r--sql/upgrade/1.2-1.3.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/upgrade/1.2-1.3.sql b/sql/upgrade/1.2-1.3.sql
index 73182815..97cef533 100644
--- a/sql/upgrade/1.2-1.3.sql
+++ b/sql/upgrade/1.2-1.3.sql
@@ -155,7 +155,7 @@ FROM employees e LEFT JOIN employees m ON (e.managerid = m.id);
CREATE OR REPLACE FUNCTION employee_search
(in_startdatefrom date, in_startdateto date, in_name varchar, in_notes text,
- in_enddateto date, in_enddatefrom date)
+ in_enddateto date, in_enddatefrom date, in_sales boolean)
RETURNS SETOF employee_search AS
$$
DECLARE