Enable private maps

Fixes #26
This commit is contained in:
Stefan Verhoeven 2018-03-23 13:44:15 +01:00
parent 84e3f3a7e5
commit 8a5a19e0c7

View File

@ -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