index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-03T18:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql
/
updates
/
9444_auth_account.sql
blob: e4ec2c61cd674bcc4fa89e343c5ff754a6d10779 (
plain
)
1
ALTER
TABLE
`
account
`
ADD
COLUMN
`
recruiter
`
int
(
11
)
NOT
NULL
default
'0'
AFTER
`
locale
`
;