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
PGPASSWORD="bob" psql -U postgres --host=127.0.0.1 --port=2345 -d "drivingschool-gildas.le-drogoff" -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public ; GRANT ALL ON SCHEMA public TO postgres ; GRANT ALL ON SCHEMA public TO public;"