Task Alphanum : create schema
This commit is contained in:
parent
7c06d56cd9
commit
e166585322
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue