1d8785d66ed85fd0bff3ed301a7cd5a7692265c4
braney
  Wed Apr 8 13:05:43 2015 -0700
allow for different names for the sessionDb and userDb tables

diff --git src/hg/lib/userDb.as src/hg/lib/userDb.as
new file mode 100644
index 0000000..a65ba1e
--- /dev/null
+++ src/hg/lib/userDb.as
@@ -0,0 +1,11 @@
+table userDb
+"User Database"
+    (
+    uint id;              "auto-increment item ID"
+    lstring contents;     "encoded variables */
+    int reserved;         "currently always zero"
+    string firstUse;      "first time this was used"
+    string lastUse;       "last time this was used"
+    uint useCount;        "number of times used"
+    string sessionKey;    "random key for session security"
+    )