Include both directions for free/busy access for testing.

This commit is contained in:
Andrew McMillan 2008-11-01 18:01:43 +13:00
parent e7d19420b0
commit 2cfbc15956

View File

@ -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 );