From 2cfbc15956a4b9eabc4c5f977082cf6a1538981c Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 1 Nov 2008 18:01:43 +1300 Subject: [PATCH] Include both directions for free/busy access for testing. --- dba/sample-data.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/dba/sample-data.sql b/dba/sample-data.sql index 5022d96f..b0690f5a 100644 --- a/dba/sample-data.sql +++ b/dba/sample-data.sql @@ -63,3 +63,4 @@ INSERT INTO relationship ( from_user, to_user, rt_id ) VALUES( 30, 300, 3 ); -- Granting explicit free/busy permission INSERT INTO relationship ( from_user, to_user, rt_id ) VALUES( 11, 10, 4 ); +INSERT INTO relationship ( from_user, to_user, rt_id ) VALUES( 10, 11, 4 );