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
ALL_DB=$(echo "select datname from pg_database where datname != 'postgres' and datname not ilike 'template%' and datname not ilike 'prisma_migrate%'" | psql -t $DATABASE_URL)