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
psql -U flashback -c "insert into studies (user_id, section_id) select 1, id from sections where id not in (select section_id from studies where user_id = 1);"