[open-ils-commits] r10325 - trunk/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Aug 10 21:05:07 EDT 2008


Author: miker
Date: 2008-08-10 21:05:06 -0400 (Sun, 10 Aug 2008)
New Revision: 10325

Modified:
   trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql
Log:
add a note about how to reload this portion of the schema, and from whence to retrieve the default seed data

Modified: trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql	2008-08-11 00:11:18 UTC (rev 10324)
+++ trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql	2008-08-11 01:05:06 UTC (rev 10325)
@@ -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;
 
 



More information about the open-ils-commits mailing list