summaryrefslogtreecommitdiff
path: root/tables.sql
diff options
context:
space:
mode:
authorerdgeist <>2005-07-23 17:38:59 +0000
committererdgeist <>2005-07-23 17:38:59 +0000
commit3672fa58704db16fdb0b2a95c2fe08b8ff1ae71c (patch)
tree80db8b4fbb582aa2211bcca39daaa9c24174cf7d /tables.sql
parent516c1f91af641f17bade476156ec0667a9b22857 (diff)
Zusammenfuehrung aller Nutzerqueries
Diffstat (limited to 'tables.sql')
-rw-r--r--tables.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/tables.sql b/tables.sql
index acb9e8f..533735a 100644
--- a/tables.sql
+++ b/tables.sql
@@ -13,6 +13,9 @@ create table users (
13 words integer, 13 words integer,
14 lines integer, 14 lines integer,
15 15
16 isaway bool default false,
17 awaymsg text,
18
16 lastlogin timestamp, 19 lastlogin timestamp,
17 lasthost text 20 lasthost text
18); 21);