home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 May
/
CMCD0505.ISO
/
Software
/
Shareware
/
Programare
/
bugzero
/
WEB-INF
/
classes
/
sql
/
update_workflow2.sql
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-06-11
|
161 b
|
8 lines
# update workflow in case the case of the w_name is different
UPDATE workflow
SET w_allowed=?,
w_name=?
WHERE w_name=?
AND project_id=?
AND w_type=?