From: Jason Etheridge Date: Fri, 9 Nov 2012 21:47:36 +0000 (-0500) Subject: add qstore to eg_db_config.pl --update-config list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fphasefx%2Fqstore_db_config;p=working%2FEvergreen.git add qstore to eg_db_config.pl --update-config list Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/support-scripts/eg_db_config.pl b/Open-ILS/src/support-scripts/eg_db_config.pl index e98710f331..b1e5b90a5b 100755 --- a/Open-ILS/src/support-scripts/eg_db_config.pl +++ b/Open-ILS/src/support-scripts/eg_db_config.pl @@ -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');