From 117a20acadcc322c4d64797ed10147b7733fb4e9 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 15:31:19 -1000 Subject: [PATCH] forgot to update this table with the ability to change the background color --- db/gw-treasure-playername.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db/gw-treasure-playername.sql b/db/gw-treasure-playername.sql index fe43698..db92172 100644 --- a/db/gw-treasure-playername.sql +++ b/db/gw-treasure-playername.sql @@ -2,7 +2,8 @@ SQLyog Ultimate - MySQL GUI v8.2 MySQL - 5.5.52-MariaDB : Database - mauirixxx ********************************************************************* -*/ +*/ + /*!40101 SET NAMES utf8 */; @@ -20,6 +21,7 @@ CREATE TABLE `playername` ( `birthdate` date DEFAULT NULL, `userid` int(11) DEFAULT NULL, `professionid` int(2) DEFAULT NULL COMMENT 'this is taken from the listruneprofessions table', + `profcolor` char(4) DEFAULT NULL, PRIMARY KEY (`playerid`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;