From 3b5df7646e40f14ae55dfe4ac02ab9e7d1061b0f Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 25 Jan 2009 03:03:10 +0000 Subject: [PATCH] add pcrud support to eg_db_config.pl git-svn-id: svn://svn.open-ils.org/ILS/trunk@11944 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/eg_db_config.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/eg_db_config.pl b/Open-ILS/src/support-scripts/eg_db_config.pl index 3a7cbc757f..5c2a29e673 100644 --- a/Open-ILS/src/support-scripts/eg_db_config.pl +++ b/Open-ILS/src/support-scripts/eg_db_config.pl @@ -173,7 +173,7 @@ GetOptions("create-schema" => \$cschema, ); if (grep(/^all$/, @services)) { - @services = qw/reporter open-ils.cstore open-ils.storage open-ils.reporter-store/; + @services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store/; } my $eg_config = File::Spec->catfile($script_dir, '../extras/eg_config'); @@ -263,6 +263,7 @@ SERVICE OPTIONS Specify "all" or one or more of the following services to update: * reporter * open-ils.cstore + * open-ils.pcrud * open-ils.storage * open-ils.reporter-store -- 2.43.2