index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
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'
;