Task Alphanum : create schema

This commit is contained in:
Dany De Bontridder 2010-04-08 14:13:30 +00:00
parent 7c06d56cd9
commit e166585322

View file

@ -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 ;