From 44e0a1bb5a396010400586f5fc8728ca97d064f8 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 23 Nov 2006 20:46:44 +1300 Subject: [PATCH] Ooops. Spell the table name right, wontcha! --- dba/patches/1.1.5.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dba/patches/1.1.5.sql b/dba/patches/1.1.5.sql index 6d4f3525..316a4f54 100644 --- a/dba/patches/1.1.5.sql +++ b/dba/patches/1.1.5.sql @@ -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' );