index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql-files
/
upgrade_svn10580.sql
blob: 65ba0709f022afeb85050d943c4bb119b3b80c8b (
plain
) (
blame
)
1
ALTER
TABLE
`
chatlog
`
CHANGE
`
type
`
`
type
`
ENUM
(
'O'
,
'W'
,
'P'
,
'G'
,
'M'
)
NOT
NULL
DEFAULT
'O'
;