index
:
evolved/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_svn11582.sql
blob: 484a993db52135dbfda64ad7d8ed861bd26aa5bd (
plain
) (
blame
)
1
ALTER
TABLE
`
mail
`
CHANGE
`
read_flag
`
`
status
`
TINYINT
(
2
)
NOT
NULL
default
0
;