From af9a90328c1e676fb9073bf7d9cfdde4ac153879 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 24 Aug 2009 13:44:23 +1200 Subject: [PATCH] Rename 'is Assistant to' in line with the other names. --- dba/base-data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dba/base-data.sql b/dba/base-data.sql index 82c1aba4..a5be7127 100644 --- a/dba/base-data.sql +++ b/dba/base-data.sql @@ -21,7 +21,7 @@ INSERT INTO relationship_type ( rt_id, rt_name, confers ) VALUES( 1, 'Administers', 'A' ); INSERT INTO relationship_type ( rt_id, rt_name, confers ) - VALUES( 2, 'is Assistant to', 'RW' ); + VALUES( 2, 'Can read/write to', 'RW' ); INSERT INTO relationship_type ( rt_id, rt_name, confers ) VALUES( 3, 'Can read from', 'R' );