]> gitweb.michael.orlitzky.com - mailshears.git/blob - test/sql/agendav-fixtures.sql
Factor out plugin running into the Plugin module (along with the includers() handling).
[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');