[opencms-dev] project manager
Stephan Hartmann
hartmann at waehrisch-feykes.de
Mon Mar 18 14:43:05 CET 2002
How you can see the table CMS_PROJECTS has a field MANAGERGROUP_ID. You can
see all IDs in the table CMS_GROUPS.
on your mysql monitor (call "mysql opencms" from command line) you can do
select * from CMS_GROUPS;
to see all groups
select * from CMS_PROJECTS;
to view all projects
and
update CMS_PROJECTS set MANAGERGROUP_ID = x where PROJECT_ID = y;
to update your project.
replace x by your new group id and y by your project id.
I DIDN'T TRY THIS AND GIVE NO WARRANTY
bye,
Stephan
Am Montag, 18. März 2002 13:29 schrieben Sie:
> hi,
>
> how can i change the projektmanager of a project when the project
> already exists??
>
> please help me - urgent.
>
> is there a way to change the manager in the database directly??
>
> thanks a lot
>
> mario
More information about the opencms-dev
mailing list