Update of /cvsroot/openfirst/projects/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv20924/projects/setup
Modified Files:
setup.mysql
Log Message:
Minor bug and design changes.
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/projects/setup/setup.mysql,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** setup.mysql 30 Aug 2003 15:24:01 -0000 1.3
--- setup.mysql 13 Sep 2003 15:38:24 -0000 1.4
***************
*** 5,9 ****
CREATE TABLE `ofirst_projects_tasks` ( `ID` tinyint(3) unsigned NOT NULL auto_increment, `TaskName` text, `ProjectID` tinytext, `GroupID` tinytext, `DateAssigned` text, `TarDate` text, `Description` text, `Assigned` text, `Dates` text, `Completion` tinytext, `Pend` text, PRIMARY KEY (`ID`)) TYPE=MyISAM;
INSERT INTO ofirst_config SET includes='',modulename='projects',showonmenu='0',active='0',modulenavigation='<a href="$basepath/projects/groups.php">Action Register</a> | <a href="$basepath/projects/mytask.php">My Tasks</a> | <a href="$basepath/projects/preferences.php">Preferences</a> | <a href="$basepath/projects/meetings.php">Meetings</a> | <a href="$basepath/projects/today.php">Todays Changes</a>';
! ALTER TABLE ofirst_members ADD COLUMN ProjectsUpdates tinytext unsigned default 'No'
ALTER TABLE ofirst_members ADD COLUMN ProjectsCommitSelect tinytext
ALTER TABLE ofirst_members ADD COLUMN ProjectsSendTemplate tinytext
--- 5,9 ----
CREATE TABLE `ofirst_projects_tasks` ( `ID` tinyint(3) unsigned NOT NULL auto_increment, `TaskName` text, `ProjectID` tinytext, `GroupID` tinytext, `DateAssigned` text, `TarDate` text, `Description` text, `Assigned` text, `Dates` text, `Completion` tinytext, `Pend` text, PRIMARY KEY (`ID`)) TYPE=MyISAM;
INSERT INTO ofirst_config SET includes='',modulename='projects',showonmenu='0',active='0',modulenavigation='<a href="$basepath/projects/groups.php">Action Register</a> | <a href="$basepath/projects/mytask.php">My Tasks</a> | <a href="$basepath/projects/preferences.php">Preferences</a> | <a href="$basepath/projects/meetings.php">Meetings</a> | <a href="$basepath/projects/today.php">Todays Changes</a>';
! ALTER TABLE ofirst_members ADD COLUMN ProjectsUpdates tinytext
ALTER TABLE ofirst_members ADD COLUMN ProjectsCommitSelect tinytext
ALTER TABLE ofirst_members ADD COLUMN ProjectsSendTemplate tinytext
|