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
DBNAME=$(docker exec ws_db psql -At -U postgres -c "select coalesce(datname, 'postgres') from pg_database where datname in ('sql_workshop', 'postgres') order by datname desc;" | head -1)