datatracker/docker/scripts/db-load-default-extensions.sh
2023-02-01 15:12:38 -06:00

6 lines
112 B
Bash

#!/bin/bash
set -e
psql -U django -d template1 -v ON_ERROR_STOP=1 -c 'CREATE EXTENSION IF NOT EXISTS citext;'