]> gitweb.michael.orlitzky.com - mailshears.git/blob - test/sql/roundcube-fixtures.sql
6dc10cb67afa92490f0f73a5c2ae71e52d93f3a4
[mailshears.git] / test / sql / roundcube-fixtures.sql
1 /* Create records for a subset of the five example.com/net users */
2 INSERT INTO users (username) VALUES ('alice@example.com');
3 INSERT INTO users (username) VALUES ('adam@example.net')