From 649637b15c13d2fa8058d61dff457343dfc9a9f7 Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 2 Aug 2010 15:00:51 +0000 Subject: [PATCH] update schema list for Slony replication git-svn-id: svn://svn.open-ils.org/ILS/trunk@17061 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/build-eg-replication.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Open-ILS/examples/build-eg-replication.sh b/Open-ILS/examples/build-eg-replication.sh index 470abfa83..83a113400 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" -- 2.11.0