From 4c2537bd1b057e82422fb6e5a6e1703cfa5cfbb0 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 21 Jan 2020 16:54:41 +0100 Subject: [PATCH] IDEMPIERE-4143 correct owner of function adempiere.documentno from postgres to adempiere --- migration/i7.1/oracle/202001211654_IDEMPIERE-4143.sql | 4 ++++ migration/i7.1/postgresql/202001211654_IDEMPIERE-4143.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 migration/i7.1/oracle/202001211654_IDEMPIERE-4143.sql create mode 100644 migration/i7.1/postgresql/202001211654_IDEMPIERE-4143.sql diff --git a/migration/i7.1/oracle/202001211654_IDEMPIERE-4143.sql b/migration/i7.1/oracle/202001211654_IDEMPIERE-4143.sql new file mode 100644 index 0000000000..60e1373778 --- /dev/null +++ b/migration/i7.1/oracle/202001211654_IDEMPIERE-4143.sql @@ -0,0 +1,4 @@ +-- placeholder - just for postgresql +SELECT register_migration_script('202001211654_IDEMPIERE-4143.sql') FROM dual +; + diff --git a/migration/i7.1/postgresql/202001211654_IDEMPIERE-4143.sql b/migration/i7.1/postgresql/202001211654_IDEMPIERE-4143.sql new file mode 100644 index 0000000000..9d1a98f918 --- /dev/null +++ b/migration/i7.1/postgresql/202001211654_IDEMPIERE-4143.sql @@ -0,0 +1,4 @@ +ALTER FUNCTION documentNo(numeric) OWNER TO adempiere; +SELECT register_migration_script('202001211654_IDEMPIERE-4143.sql') FROM dual +; +