From 22de262d479c327cc778ecb3bd2c23acfbabb50b Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 11 Aug 2008 01:05:06 +0000 Subject: [PATCH] add a note about how to reload this portion of the schema, and from whence to retrieve the default seed data git-svn-id: svn://svn.open-ils.org/ILS/trunk@10325 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/110.hold_matrix.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Open-ILS/src/sql/Pg/110.hold_matrix.sql b/Open-ILS/src/sql/Pg/110.hold_matrix.sql index f55355777b..857f72e071 100644 --- a/Open-ILS/src/sql/Pg/110.hold_matrix.sql +++ b/Open-ILS/src/sql/Pg/110.hold_matrix.sql @@ -1,3 +1,15 @@ +/* + +-- If, for some reason, you need to reload this chunk of the schema +-- just use the following two statements to remove the tables before +-- running the rest of the file. See 950.data.seed-values.sql for +-- the one default entry to add back to config.hold_matrix_matchpoint. + +DROP TABLE config.hold_matrix_matchpoint CASCADE; +DROP TABLE config.hold_matrix_test CASCADE; + +*/ + BEGIN; -- 2.43.2