From 4a67958f4614a3469d2e5b84de0b06d5fe5fb21b Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 16:06:18 -1000 Subject: [PATCH] stupid db dump --- db/gw-treasure-history.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/gw-treasure-history.sql b/db/gw-treasure-history.sql index cec4680..1337b46 100644 --- a/db/gw-treasure-history.sql +++ b/db/gw-treasure-history.sql @@ -18,6 +18,7 @@ MySQL - 5.5.52-MariaDB : Database - mauirixxx CREATE TABLE `history` ( `historyid` int(11) NOT NULL AUTO_INCREMENT, `historydate` date DEFAULT NULL, + `userid` int(11) DEFAULT NULL, `charnameid` int(11) DEFAULT NULL, `locationid` int(2) DEFAULT NULL, `goldrec` int(4) DEFAULT NULL,