Adapt to fully qualification in the extension
This commit is contained in:
parent
08998a3d17
commit
9a552a7cc4
@ -97,6 +97,7 @@ if test x"$PREPARE_PGSQL" = xyes; then
|
||||
do
|
||||
cat sql/${i}.sql |
|
||||
sed -e 's/cartodb\./public./g' -e "s/''cartodb''/''public''/g" |
|
||||
sed -e 's/@extschema@/public/g' -e 's/@postgisschema@/public/g' |
|
||||
sed "s/:PUBLICUSER/${PUBLICUSER}/" |
|
||||
sed "s/:PUBLICPASS/${PUBLICPASS}/" |
|
||||
sed "s/:TESTUSER/${TESTUSER}/" |
|
||||
|
Loading…
Reference in New Issue
Block a user