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
run_command "docker exec dbfork-postgres psql -v ON_ERROR_STOP=1 -U postgres -d myapp_development -c \\\"DROP TABLE IF EXISTS users; CREATE TABLE users (id SERIAL PRIMARY KEY, name TEXT NOT NULL);\\\"" 1.5
0 commit comments