mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Fixed PDO event store SQL scripts copy
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user