]> gitweb.michael.orlitzky.com - mailshears.git/blob - test/sql/roundcube-fixtures.sql
Add a few more TODOs.
[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 ('booger@example.com');
4 INSERT INTO users (username) VALUES ('adam@example.net');