docker-carto-jw/cartodb_pgsql.sh
2023-05-11 13:16:31 +08:00

8 lines
121 B
Bash
Executable File

#!/bin/bash
#
# Init script to success tests.
#
psql -c "CREATE EXTENSION postgis;"
psql -c "CREATE EXTENSION cartodb;"