You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix migration using wrong config key for database connection
The migration stub was referencing `barstool.database_connection` but the
actual config key is `barstool.connection`. Uses null coalescing to fall
back to the old key for backwards compatibility.
0 commit comments