From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 2 Aug 2010 15:00:51 +0000 (+0000)
Subject: update schema list for Slony replication
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=649637b15c13d2fa8058d61dff457343dfc9a9f7;p=evergreen%2Ftadl.git

update schema list for Slony replication

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17061 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/examples/build-eg-replication.sh b/Open-ILS/examples/build-eg-replication.sh
index 470abfa834..83a1134001 100755
--- a/Open-ILS/examples/build-eg-replication.sh
+++ b/Open-ILS/examples/build-eg-replication.sh
@@ -55,9 +55,10 @@ if [ "_$TABLES" == "_" ]; then
     select array_to_string(array_accum(table_schema || '.' || table_name),' ')
       from information_schema.tables
       where table_schema in (
-        'action', 'actor', 'asset', 'authority', 'auditor', 'biblio', 'config',
-        'container', 'extend_reporter', 'metabib', 'money', 'offline', 'permission',
-        'reporter', 'search', 'stats', 'vandely'
+        'acq', 'action', 'action_trigger', 'actor', 'asset', 'asset_hist', 'auditor',
+        'authority', 'biblio', 'booking', 'circ_stats', 'config', 'container',
+        'extend_reporter', 'metabib', 'money', 'offline', 'permission', 'query',
+        'reporter', 'search', 'serial', 'staging', 'stats', 'vandelay'
       ) and table_type = 'BASE TABLE' order by 1;
   ")
   TABLES="$TABLES pg_ts_cfg pg_ts_cfgmap"