Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 26d09d4

Browse files
committed
Email geneartion note
1 parent 22632ba commit 26d09d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

seed-data/all.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ use demo;
4242

4343
create table token_count(token varchar(255), count int);
4444

45+
-- These emails and names are randomly genearated.
46+
-- If one of them one is real it is a pure coincidence.
47+
-- If someone abuses this email, they could of done so by
48+
-- using a simple random generator. Please don't blame
49+
-- this demo.
4550
create table emails(email varchar(256));
4651
insert into emails(email) values ("replication@lists.mysql.com");
4752
insert into emails(email) values ("cluster@lists.mysql.com");

0 commit comments

Comments
 (0)