Update of /cvsroot/openfirst/projects/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv14581/setup
Modified Files:
setup.mssql
Log Message:
Removed obsolete alter table features for members.
Index: setup.mssql
===================================================================
RCS file: /cvsroot/openfirst/projects/setup/setup.mssql,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** setup.mssql 1 Nov 2003 17:15:23 -0000 1.8
--- setup.mssql 1 Nov 2003 17:16:01 -0000 1.9
***************
*** 4,8 ****
CREATE TABLE `ofirst_projects_tasks` ( `ID` int(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 modulename='projects',showonmenu='0',active='0',adminnavigation='<a href="$basepath/projects/admin/updatesetup.php">Update Service Setup</a>',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/today.php">Todays Changes</a>',includes='projectsmodule.php';
! ALTER TABLE ofirst_members ADD COLUMN ProjectsUpdates tinytext
! ALTER TABLE ofirst_members ADD COLUMN ProjectsCommitSelect tinytext
! ALTER TABLE ofirst_members ADD COLUMN ProjectsSendTemplate tinytext
\ No newline at end of file
--- 4,6 ----
CREATE TABLE `ofirst_projects_tasks` ( `ID` int(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 modulename='projects',showonmenu='0',active='0',adminnavigation='<a href="$basepath/projects/admin/updatesetup.php">Update Service Setup</a>',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/today.php">Todays Changes</a>',includes='projectsmodule.php';
! ALTER TABLE ofirst_members ADD COLUMN ProjectsUpdates tinytext
\ No newline at end of file
|