Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Ya, a simply SQL query will do the trickCould I manually just run an SQL query to add the default back to anyone who's at 0?
If that's possible, could you help with the query?
UPDATE xf_user
SET xa_sb_cash = 500
WHERE xa_sb_cash = 0
UPDATE xf_user
SET xa_sb_cash = 500
WHERE xa_sb_cash < 10