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
-- Requires the following environment variables: | |
-- - `DB_NAME` | |
-- - `DB_USER` | |
-- - `DB_PASS` | |
-- To run (in shell): | |
-- `psql postgres -h $DB_HOST -p $DB_PORT -f /path/to/setup-db.sql` | |
\set db_name `echo $DB_NAME` | |
\set db_user `echo $DB_USER` |