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_svn13117_char.sql
blob: 99fea2086d54999b4a58dec4e6223f0b1ef617d4 (
plain
) (
blame
)
1
ALTER
TABLE
`
char
`
ADD
COLUMN
`
mer_id
`
INTEGER
UNSIGNED
NOT
NULL
DEFAULT
'0'
AFTER
`
homun_id
`
;