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/*