Ooops. Spell the table name right, wontcha!

This commit is contained in:
Andrew McMillan 2006-11-23 20:46:44 +13:00
parent f6578fcda3
commit 44e0a1bb5a

View File

@ -4,7 +4,7 @@
BEGIN;
SELECT check_db_revision(1,1,4);
UPDATE relationship_types SET rt_name = 'is Assistant to' WHERE rt_id = 2 AND rt_name = 'Is Assisted by';
UPDATE relationship_type SET rt_name = 'is Assistant to' WHERE rt_id = 2 AND rt_name = 'Is Assisted by';
SELECT new_db_revision(1,1,5, 'May' );