View Single Post
  #1  
Old 10-30-2014, 03:39 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default Group Leaders Missing SQL.

There seems to be queries to modify 'group_leaders' but there is no query to create this table. I grabbed the source from today (10-30-2014).

Code:
ALTER TABLE `group_leaders` ADD `mentoree` VARCHAR(64) NOT NULL;
ALTER TABLE `group_leaders` ADD `mentor_percent` INT(4) DEFAULT 0 NOT NULL;
Reply With Quote