mmlTools / DarkCore-CMS

This is a Trinitycore Website CMS under development
28 stars 34 forks source link

auth sql problem. #33

Open LordPsyan opened 7 years ago

LordPsyan commented 7 years ago

I tried to run the auth sql file, and it gave a nasty error. I fixed this by add ( and ) in the proper places:

ALTER TABLE account ADD (donator TINYINT(4) NOT NULL DEFAULT '0', rank INT(32) NULL DEFAULT NULL, staff_id INT(32) NULL DEFAULT NULL, vp VARCHAR(50) NULL DEFAULT '0', dp VARCHAR(50) NULL DEFAULT '0', isactive INT(32) NULL DEFAULT NULL, activation VARCHAR(255) NULL DEFAULT NULL, VipLevel TINYINT(4) NOT NULL DEFAULT '0', total_votes INT(11) NOT NULL DEFAULT '0', country VARCHAR(255) NULL DEFAULT NULL, age VARCHAR(255) NULL DEFAULT NULL, foundus VARCHAR(255) NULL DEFAULT NULL, avatar VARCHAR(255) NOT NULL DEFAULT 'images/avatars/darksoke.png', CustomRank VARCHAR(50) NOT NULL DEFAULT 'Member');

I am using sqlyog...

alexandre433 commented 7 years ago

I already tried to fix it on https://github.com/darksoke/DarkCore-CMS/pull/32