add qstore to eg_db_config.pl --update-config list collab/phasefx/qstore_db_config
authorJason Etheridge <jason@esilibrary.com>
Fri, 9 Nov 2012 21:47:36 +0000 (16:47 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 9 Nov 2012 21:47:42 +0000 (16:47 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/support-scripts/eg_db_config.pl

index e98710f..b1e5b90 100755 (executable)
@@ -236,7 +236,7 @@ GetOptions("create-schema" => \$cschema,
 );
 
 if (grep(/^all$/, @services)) {
-       @services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store state_store/;
+       @services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store state_store open-ils.qstore/;
 }
 
 my $eg_config = File::Spec->catfile($script_dir, '../extras/eg_config');