Skip to content

Instantly share code, notes, and snippets.

@zedtux
Last active February 17, 2017 15:22
Show Gist options
  • Save zedtux/c416acae6181d4864488f16ff744ed45 to your computer and use it in GitHub Desktop.
Save zedtux/c416acae6181d4864488f16ff744ed45 to your computer and use it in GitHub Desktop.
Docker command to drop a table
docker exec legalannouncements_database_1 psql -U appuser --dbname my_awesome_development -c "DROP TABLE institutions"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment