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(deploy): use raw Postgrex conn for schema drop in reset
DROP SCHEMA CASCADE terminates all active connections to that schema,
including Ecto pool connections. Use a standalone Postgrex connection
for the drop/recreate, then let with_repo start fresh for migrations.
0 commit comments