Signed-off-by: Bill Erickson <berickxx@gmail.com>
VALUES (10, 1, 'Card Design (online)');
-- need to retain the ID since it's referenced in the code.
- PERFORM SETVAL('biblio.peer_type_id_seq'::TEXT, 11);
+ PERFORM SETVAL('actor.stat_cat_id_seq'::TEXT, 11);
END IF;
DELETE FROM actor.stat_cat WHERE id = 10;
-- need to retain the ID since it's referenced in the code.
-SELECT SETVAL('biblio.peer_type_id_seq'::TEXT, 10);
+SELECT SETVAL('actor.stat_cat_id_seq'::TEXT, 10);
DELETE FROM actor.org_unit_setting
WHERE name = 'opac.self_register.profile';