summaryrefslogtreecommitdiff
path: root/tables.sql
diff options
context:
space:
mode:
authorerdgeist <>2005-07-28 01:09:55 +0000
committererdgeist <>2005-07-28 01:09:55 +0000
commit8b603cb46145f151cb76df807d21cddfbbb5a9b0 (patch)
treec0f0549cc30c14f31e56a331630b592771297813 /tables.sql
parent47b4fb71337b08935dd2418dfd7438939059232c (diff)
Much perl magic added, topten0r works
Diffstat (limited to 'tables.sql')
-rw-r--r--tables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/tables.sql b/tables.sql
index 27bdc4f..ed1e842 100644
--- a/tables.sql
+++ b/tables.sql
@@ -13,6 +13,7 @@ create table users (
13 13
14 words integer, 14 words integer,
15 lines integer, 15 lines integer,
16 w0rds integer,
16 17
17 isaway bool default false, 18 isaway bool default false,
18 awaymsg text, 19 awaymsg text,