summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 85e5ba4..e25c5b6 100644
--- a/schema.sql
+++ b/schema.sql
@@ -35,7 +35,7 @@ create table if not exists users (
insert or ignore into
users (user_id, name, mail, ctime)
- values (0, 'Deleted', 'deleted@rally-the-troops.com', null)
+ values (0, 'Deleted', 'deleted@nowhere', null)
;
create table if not exists user_last_seen (