Automatisch thema's overzetten

This should do it, but you should make a backup first.

get into rails

cd /var/discourse
./launcher enter app

do these commands

old_id=2
new_id=21
UserOption.where(theme_ids: [old_id]).update_all(theme_ids: [new_id])