summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-17 20:13:02 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-21 19:41:47 +0200
commit77b20af11c6492616ece6cc7100b9d1f10722c3b (patch)
treee112a8e892f7df60240d145bdc93396cfb686793 /schema.sql
parente036cc9eee1a28d9bef6d2615c22d1d9d1b86829 (diff)
downloadserver-77b20af11c6492616ece6cc7100b9d1f10722c3b.tar.gz
Add color themes.
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 (