X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fsql%2Froundcube-fixtures.sql;h=09653562f274b9726f470ff89eea10ba6d517a51;hp=6dc10cb67afa92490f0f73a5c2ae71e52d93f3a4;hb=342327326fc5203b34435a7291f5528f214c1717;hpb=f10f16ca95c5e9777c0326ef47f9183dea321cbf diff --git a/test/sql/roundcube-fixtures.sql b/test/sql/roundcube-fixtures.sql index 6dc10cb..0965356 100644 --- a/test/sql/roundcube-fixtures.sql +++ b/test/sql/roundcube-fixtures.sql @@ -1,3 +1,4 @@ /* Create records for a subset of the five example.com/net users */ INSERT INTO users (username) VALUES ('alice@example.com'); -INSERT INTO users (username) VALUES ('adam@example.net') +INSERT INTO users (username) VALUES ('booger@example.com'); +INSERT INTO users (username) VALUES ('adam@example.net');