4 lines
120 B
Bash
4 lines
120 B
Bash
# shellcheck shell=sh
|
|
|
|
psql --username="$POSTGRES_USER" -d postgres -c "CREATE EXTENSION IF NOT EXISTS vchord CASCADE;"
|