Skip to content

Commit

Permalink
Enable private maps
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Apr 4, 2018
1 parent 8ff9dcd commit f098d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup_organization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ 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 f098d95

Please sign in to comment.