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 postgres://postgres:password@localhost:5432/accensa_test -c "CREATE USER app_user WITH PASSWORD 'password'; GRANT ALL PRIVILEGES ON DATABASE accensa_test TO app_user;"
psql postgres://postgres:password@localhost:5432/accensa_test -c "ALTER SCHEMA public OWNER TO app_user;"