Revert "Enable private maps"

This reverts commit 8a5a19e0c7.

Fixes #27
remotes/origin/no-uploadlimit-63
Stefan Verhoeven 7 years ago
parent 8a5a19e0c7
commit 0a7b608eca

@ -11,5 +11,3 @@ rake cartodb:db:configure_geocoder_extension_for_organizations[$ORGANIZATION_NAM
# Enable sync tables
echo "UPDATE users SET sync_tables_enabled=true WHERE username='${USERNAME}'" | psql -U postgres -t carto_db_development
# Enable private maps
echo "UPDATE users SET private_maps_enabled = 't'" | psql -U postgres -t carto_db_development

Loading…
Cancel
Save