8 lines
121 B
Bash
8 lines
121 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
# Init script to success tests.
|
||
|
#
|
||
|
|
||
|
psql -c "CREATE EXTENSION postgis;"
|
||
|
psql -c "CREATE EXTENSION cartodb;"
|