[mw-devel] MARVIN r72 - trunk
pwb at sucs.org
pwb at sucs.org
Sun Apr 16 13:18:56 BST 2006
Author: pwb
Date: 2006-04-16 13:18:55 +0100 (Sun, 16 Apr 2006)
New Revision: 72
Modified:
trunk/server.sl
Log:
added description of the db schema
Modified: trunk/server.sl
===================================================================
--- trunk/server.sl 2006-04-16 00:12:27 UTC (rev 71)
+++ trunk/server.sl 2006-04-16 12:18:55 UTC (rev 72)
@@ -1,3 +1,7 @@
+% Database schema is:
+% create table session ( session primary key, id, channel );
+% create table user (id, username, password, realname, contact, status, special, chatprivs);
+
% Make sure the database is open and clean for use
variable db;
db = db_open("users.db");
More information about the mw-devel
mailing list