IDEMPIERE-4143 correct owner of function adempiere.documentno from postgres to adempiere
This commit is contained in:
parent
39d9c68895
commit
4c2537bd1b
|
@ -0,0 +1,4 @@
|
||||||
|
-- placeholder - just for postgresql
|
||||||
|
SELECT register_migration_script('202001211654_IDEMPIERE-4143.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
ALTER FUNCTION documentNo(numeric) OWNER TO adempiere;
|
||||||
|
SELECT register_migration_script('202001211654_IDEMPIERE-4143.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue