IDEMPIERE-4143 correct owner of function adempiere.documentno from postgres to adempiere

This commit is contained in:
Carlos Ruiz 2020-01-21 16:54:41 +01:00
parent 39d9c68895
commit 4c2537bd1b
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- placeholder - just for postgresql
SELECT register_migration_script('202001211654_IDEMPIERE-4143.sql') FROM dual
;

View File

@ -0,0 +1,4 @@
ALTER FUNCTION documentNo(numeric) OWNER TO adempiere;
SELECT register_migration_script('202001211654_IDEMPIERE-4143.sql') FROM dual
;