Fixed PDO event store SQL scripts copy

This commit is contained in:
Gildas Quéméner
2018-03-23 12:47:18 +01:00
parent 62321969e4
commit f45406ffcd
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"scripts": "%CONFIG_DIR%"
"scripts/": "%CONFIG_DIR%/scripts/"
},
"env": {
"MYSQL_HOST": "127.0.0.1",
@@ -3,3 +3,6 @@
<bg=blue;fg=white> </>
* Modify your MYSQL_* configuration in <fg=green>.env</>
* Create event streams and projections tables using SQL scripts
in <comment>%CONFIG_DIR%/scripts/*</comment>