Commit b717a543ea41e3af59232d40828f64b275e9565b
1 parent
127456c6
v0.0.1-stable
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
composer.json
| @@ -47,9 +47,9 @@ | @@ -47,9 +47,9 @@ | ||
| 47 | } | 47 | } |
| 48 | }, | 48 | }, |
| 49 | "scripts": { | 49 | "scripts": { |
| 50 | - "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb", | 50 | + "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --migrate=yes --defaultuser --checkdb", |
| 51 | "post-create-project-cmd": [ | 51 | "post-create-project-cmd": [ |
| 52 | - "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb" | 52 | + "php init --env=Development --overwrite=All --dbinit --migrate=yes --defaultuser --checkdb" |
| 53 | ] | 53 | ] |
| 54 | }, | 54 | }, |
| 55 | "repositories": [ | 55 | "repositories": [ |