Merge pull request #345 from CartoDB/536-Change_mc_schema

Change MC schema
remotes/origin/Change_tiler_schema_name
Antonio Carlón 6 years ago committed by GitHub
commit d3db90a823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -338,7 +338,7 @@ DECLARE
blockgroup_geoname CONSTANT TEXT DEFAULT 'us.census.tiger.block_group'; blockgroup_geoname CONSTANT TEXT DEFAULT 'us.census.tiger.block_group';
block_geoname CONSTANT TEXT DEFAULT 'us.census.tiger.block'; block_geoname CONSTANT TEXT DEFAULT 'us.census.tiger.block';
mc_schema CONSTANT TEXT DEFAULT 'tiler'; mc_schema CONSTANT TEXT DEFAULT 'us.mastercard';
mc_geoid CONSTANT TEXT DEFAULT 'region_id'; mc_geoid CONSTANT TEXT DEFAULT 'region_id';
mc_category_column CONSTANT TEXT DEFAULT 'category'; mc_category_column CONSTANT TEXT DEFAULT 'category';
mc_month_column CONSTANT TEXT DEFAULT 'month'; mc_month_column CONSTANT TEXT DEFAULT 'month';
@ -593,7 +593,7 @@ DECLARE
avg_x INTEGER; avg_x INTEGER;
avg_y INTEGER; avg_y INTEGER;
mc_schema CONSTANT TEXT DEFAULT 'tiler'; mc_schema CONSTANT TEXT DEFAULT 'us.mastercard';
mc_geoid CONSTANT TEXT DEFAULT 'region_id'; mc_geoid CONSTANT TEXT DEFAULT 'region_id';
mc_category_column CONSTANT TEXT DEFAULT 'category'; mc_category_column CONSTANT TEXT DEFAULT 'category';
mc_month_column CONSTANT TEXT DEFAULT 'month'; mc_month_column CONSTANT TEXT DEFAULT 'month';

Loading…
Cancel
Save