Last active
February 17, 2017 15:22
-
-
Save zedtux/c416acae6181d4864488f16ff744ed45 to your computer and use it in GitHub Desktop.
Docker command to drop a table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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