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
/
091208_upgrade_evgeny.sql
blob: d9c4289a7787ac817037b6c9ced166187bca06d0 (
plain
)
1
ALTER
TABLE
`
auth_user
`
add
column
hide_ignored_questions
tinyint
(
1
)
not
NULL
;