From 420b78fc8dffbb2f909c6ae6df4d825ff6593c4c Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Mon, 3 Apr 2017 22:44:02 +0200 Subject: [PATCH] Remove deprecated feature flags from organization --- setup_organization.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup_organization.sh b/setup_organization.sh index a7d0273..3ea1659 100644 --- a/setup_organization.sh +++ b/setup_organization.sh @@ -1,9 +1,6 @@ cd /cartodb source /usr/local/rvm/scripts/rvm -echo "INSERT INTO feature_flags (id,name, restricted) VALUES (nextval('machine_added_feature_flags_id_seq'), 'editor-3', false);" | psql -U postgres carto_db_development && \ -echo "INSERT INTO feature_flags (id,name, restricted) VALUES (nextval('machine_added_feature_flags_id_seq'), 'explore_site', false);" | psql -U postgres carto_db_development && \ - ORGANIZATION_NAME="example" USERNAME="admin4example" EMAIL="admin@example.com"