From 0a09089b13f8494d718727c7ce2db492e0095d8d Mon Sep 17 00:00:00 2001 From: Alex Porcelli Date: Mon, 23 Dec 2024 09:06:03 -0500 Subject: [PATCH 1/2] kie-issues#1728 adding DDL zip link to the download page --- docs/start/download.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/start/download.md b/docs/start/download.md index 1079d25..a6e427f 100644 --- a/docs/start/download.md +++ b/docs/start/download.md @@ -202,6 +202,9 @@ yarn add - [@kie-tools-scripts/build-env](https://www.npmjs.com/package/@kie-tools-scripts/build-env) - [sonataflow-deployment-webapp](https://www.npmjs.com/package/sonataflow-deployment-webapp) +## DDL Scripts + +The zip file containing the DDLs is available in Maven Central [here](https://repo1.maven.org/maven2/org/kie/kogito/kogito-ddl/10.0.0/kogito-ddl-10.0.0-db-scripts.zip). ## Maven Artifacts From 1ab8aad4759d513dfa367dc76689fc14c1c8d60b Mon Sep 17 00:00:00 2001 From: Alex Porcelli Date: Mon, 23 Dec 2024 11:18:28 -0500 Subject: [PATCH 2/2] Update download.md incorporating PR review feedback --- docs/start/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/download.md b/docs/start/download.md index a6e427f..36b706b 100644 --- a/docs/start/download.md +++ b/docs/start/download.md @@ -204,7 +204,7 @@ yarn add ## DDL Scripts -The zip file containing the DDLs is available in Maven Central [here](https://repo1.maven.org/maven2/org/kie/kogito/kogito-ddl/10.0.0/kogito-ddl-10.0.0-db-scripts.zip). +The zip file containing the DDLs is available in Maven Central [here](https://repo1.maven.org/maven2/org/kie/kogito/kogito-ddl/10.0.0/kogito-ddl-10.0.0-db-scripts.zip) and [here](https://repo1.maven.org/maven2/org/kie/kie-ddl-runtimes/10.0.0/kie-ddl-runtimes-10.0.0-db-scripts.zip). ## Maven Artifacts