Skip to content

Commit

Permalink
Revert "Enable private maps"
Browse files Browse the repository at this point in the history
This reverts commit 8a5a19e.

Fixes sverhoeven#27
  • Loading branch information
sverhoeven committed Mar 27, 2018
1 parent 8a5a19e commit 0a7b608
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup_organization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a7b608

Please sign in to comment.