Remove deprecated feature flags from organization

This commit is contained in:
Stefan Verhoeven 2017-04-03 22:44:02 +02:00
parent 4cae20ac6f
commit 420b78fc8d

View File

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