Show
Ignore:
Timestamp:
04/19/08 23:09:22 (6 months ago)
Author:
dbs
Message:

Use 950.data.seed-values.sql to avoid referential integrity errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql

    r9350 r9388  
    12601260INSERT INTO config.circ_matrix_ruleset (matchpoint,duration_rule,recurring_fine_rule,max_fine_rule) VALUES (1,11,1,1); 
    12611261 
     1262 
     1263-- hold matrix - 110.hold_matrix.sql: 
     1264INSERT INTO config.hold_matrix_matchpoint (requestor_grp) VALUES (1); 
     1265 
    12621266-- Staged Search (for default matchpoints) 
    12631267INSERT INTO search.relevance_adjustment (field, bump_type, multiplier) VALUES(1, 'first_word', 1.5);