server
/
askbot
master
splineupdate
source for deployed askbot instance (frange.spline.de)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sql_scripts
/
091111_upgrade_evgeny.sql
blob: cb76ec3c1c1ad4a81de2dbe70172e5ee54b15370 (
plain
)
1
ALTER
TABLE
`
auth_user
`
add
column
is_approved
tinyint
(
1
)
not
NULL
;