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