From d34a819c32a07b754b966e5dbc61c7df30be8d04 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Thu, 28 Dec 2006 09:17:57 +0000 Subject: [PATCH] * split model by table * split seed data by table * updated with 3.1.3 changes --- db/ddlutils/postgresql/build-ddl.xml | 40 +++++++++++++++---- db/ddlutils/postgresql/build.xml | 2 - .../postgresql/jdbc.properties.postgresql | 4 +- 3 files changed, 36 insertions(+), 10 deletions(-) diff --git a/db/ddlutils/postgresql/build-ddl.xml b/db/ddlutils/postgresql/build-ddl.xml index 37bcd8abbd..7b17fb6dfe 100644 --- a/db/ddlutils/postgresql/build-ddl.xml +++ b/db/ddlutils/postgresql/build-ddl.xml @@ -53,8 +53,8 @@ - - + + @@ -64,8 +64,8 @@ - - + + @@ -75,8 +75,8 @@ - - + + @@ -99,13 +99,39 @@ + + + + + + + + + + + + + + + - + + + + + + + + + + + + diff --git a/db/ddlutils/postgresql/build.xml b/db/ddlutils/postgresql/build.xml index 3d46994d59..a0d9f98ee9 100644 --- a/db/ddlutils/postgresql/build.xml +++ b/db/ddlutils/postgresql/build.xml @@ -36,9 +36,7 @@ - - diff --git a/db/ddlutils/postgresql/jdbc.properties.postgresql b/db/ddlutils/postgresql/jdbc.properties.postgresql index 8fc825fd0d..bf3deacfbf 100644 --- a/db/ddlutils/postgresql/jdbc.properties.postgresql +++ b/db/ddlutils/postgresql/jdbc.properties.postgresql @@ -31,4 +31,6 @@ datasource.password=adempiere1 # additional properties for the pooling datasource: #datasource.dataSourceName=pooling datasource #datasource.initialConnections=5 -#datasource.maxConnections=20 \ No newline at end of file +#datasource.maxConnections=20 + +ddlutils.schema=adempiere \ No newline at end of file