fix(migration): Move Snuba bootstrapping before DB upgrade (#317)
Since we are moving the eventstream into a proper db migration, we need Snuba and its friends ready at the time of sentry upgrade command. This patch does exactly that.
Co-authored-by: Lyn Nagara <lyn.nagara@gmail.com>