]> gitweb.michael.orlitzky.com - mailshears.git/blob - test/sql/roundcube-fixtures.sql
Remove a superclass from DovecotMv that no longer exists.
[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')