codefordurham / adopt-a-drain

A website that allows citizens to "adopt" a storm drain in Durham, NC
https://adoptadraindurham-staging.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Clear database of currently registrations #60

Closed dsummersl closed 7 years ago

dsummersl commented 7 years ago

All the current registrations are test accounts. Clear those out.

dsummersl commented 7 years ago

Done. To connect to postgres (in heroku):

heroku pg:psql --app adoptadraindurham
delete from users;