]> gitweb.michael.orlitzky.com - mailshears.git/blob - test/sql/agendav-fixtures.sql
Change the description at the top of the executable.
[mailshears.git] / test / sql / agendav-fixtures.sql
1 /* Add an AgenDAV record for one user only. */
2 INSERT INTO prefs (username, options) VALUES ('adam@example.net', 'herp');
3 INSERT INTO shared (user_from, user_which, calendar)
4 VALUES ('adam@example.net', 'beth@example.net', 'derp');
5
6 /* Just kidding, here's another one! */
7 INSERT INTO prefs (username, options) VALUES ('booger@example.com', 'herp');
8 INSERT INTO shared (user_from, user_which, calendar)
9 VALUES ('booger@example.com', 'carol@example.net', 'derp');