From 9e9926a14eece6126fbfaa4f1278d706595939fb Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 31 Jul 2012 15:20:13 -0700
Subject: [PATCH] db/mysql.js: update schema picture in the docs

---
 lib/db/mysql.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/lib/db/mysql.js b/lib/db/mysql.js
index 62839715c..4c8f1edf3 100644
--- a/lib/db/mysql.js
+++ b/lib/db/mysql.js
@@ -9,13 +9,13 @@
 
 /*
  * The Schema:
- *                                      +--- email -------+
- *    +--- user -----------------+      |*int    id       |
- *    |*int    id                |<-----|*int    user     |
- *    | string passwd            |      |*string address  |
- *    | int    lastPasswordReset |      | enum   type     |
- *    +--------------------------+      | bool   verified |
- *                                      +-----------------+
+ *                                         +--- email -------+
+ *    +--- user --------------------+      |*int    id       |
+ *    |*int       id                |<-----|*int    user     |
+ *    | string    passwd            |      |*string address  |
+ *    | timestamp lastPasswordReset |      | enum   type     |
+ *    +-----------------------------+      | bool   verified |
+ *                                         +-----------------+
  *
  *
  *    +------ staged ----------+
-- 
GitLab