diff --git a/sql/trunk/01_alter_function.sql b/sql/trunk/01_alter_function.sql index d636f02d0..1b166d143 100644 --- a/sql/trunk/01_alter_function.sql +++ b/sql/trunk/01_alter_function.sql @@ -1,3 +1,4 @@ +create schema comptaproc; alter function account_add( p_id poste_comptable, p_name character varying) set schema comptaproc ; alter function account_auto( p_fd_id integer) set schema comptaproc ; alter function account_compute( p_f_id integer) set schema comptaproc ;