]> gitweb.michael.orlitzky.com - mailshears.git/blob - sql/roundcube-fixtures.sql
doc/COPYING: add one to state the "or later" bit
[mailshears.git] / 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')