From f45406ffcd5e5106895d81bd098123ddf3ed95b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Qu=C3=A9m=C3=A9ner?= Date: Fri, 23 Mar 2018 12:24:03 +0100 Subject: [PATCH] Fixed PDO event store SQL scripts copy --- prooph/pdo-event-store/1.7/manifest.json | 2 +- prooph/pdo-event-store/1.7/post-install.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/prooph/pdo-event-store/1.7/manifest.json b/prooph/pdo-event-store/1.7/manifest.json index 217b2d51..3cb25952 100644 --- a/prooph/pdo-event-store/1.7/manifest.json +++ b/prooph/pdo-event-store/1.7/manifest.json @@ -3,7 +3,7 @@ "config/": "%CONFIG_DIR%/" }, "copy-from-package": { - "scripts": "%CONFIG_DIR%" + "scripts/": "%CONFIG_DIR%/scripts/" }, "env": { "MYSQL_HOST": "127.0.0.1", diff --git a/prooph/pdo-event-store/1.7/post-install.txt b/prooph/pdo-event-store/1.7/post-install.txt index 7e2ecd5f..d3adb0f4 100644 --- a/prooph/pdo-event-store/1.7/post-install.txt +++ b/prooph/pdo-event-store/1.7/post-install.txt @@ -3,3 +3,6 @@ * Modify your MYSQL_* configuration in .env + + * Create event streams and projections tables using SQL scripts + in %CONFIG_DIR%/scripts/*