From 5d176fe00207e67e4378d02c56e608234a0ae845 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Sat, 14 Jul 2012 08:34:53 -0700
Subject: [PATCH] mysql.js: update picture to match new type of
 lastPasswordReset

---
 lib/db/mysql.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/db/mysql.js b/lib/db/mysql.js
index 26d0c143c..3ed307250 100644
--- a/lib/db/mysql.js
+++ b/lib/db/mysql.js
@@ -13,7 +13,7 @@
  *    +--- user -----------------+      |*int    id       |
  *    |*int    id                |<-----|*int    user     |
  *    | string passwd            |      |*string address  |
- *    | string lastPasswordReset |      | enum   type     |
+ *    | int    lastPasswordReset |      | enum   type     |
  *    +--------------------------+      | bool   verified |
  *                                      +-----------------+
  *
-- 
GitLab