Commit 8c7aa03e authored by 吴文龙's avatar 吴文龙

up

parent 446fedd8
......@@ -3263,4 +3263,7 @@ $BODY$
LANGUAGE plpgsql VOLATILE
COST 100;
ALTER FUNCTION "public"."tmp_wenergy_month"("year_int" int4, "tid" varchar) OWNER TO "postgres";
\ No newline at end of file
ALTER FUNCTION "public"."tmp_wenergy_month"("year_int" int4, "tid" varchar) OWNER TO "postgres";
ALTER table hs_device_extension ADD COLUMN wechat_type VARCHAR(225) ;
COMMENT ON COLUMN "public"."hs_device_extension"."wechat_type" IS '微信使用设备分类';
\ No newline at end of file
......@@ -8,6 +8,8 @@ TRANSPORT_TYPE=remote
HTTP_LOG_CONTROLLER_ERROR_STACK_TRACE=false
TB_QUEUE_PARTITIONS_VIRTUAL_NODES_SIZE=64
DEFAULT_INACTIVITY_TIMEOUT=300
METRICS_ENABLED=true
METRICS_ENDPOINTS_EXPOSE=prometheus
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment