parent
8ff9dcd952
commit
f098d956c0
@ -11,3 +11,5 @@ rake cartodb:db:configure_geocoder_extension_for_organizations[$ORGANIZATION_NAM
|
|||||||
|
|
||||||
# Enable sync tables
|
# Enable sync tables
|
||||||
echo "UPDATE users SET sync_tables_enabled=true WHERE username='${USERNAME}'" | psql -U postgres -t carto_db_development
|
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…
Reference in New Issue
Block a user