From 8a99314de223a2249579482ed666a57b69cd8294 Mon Sep 17 00:00:00 2001 From: pierwill Date: Thu, 15 Oct 2020 10:52:18 -0700 Subject: [PATCH] Remove v1 language from schema description --- content/influxdb/v2.0/reference/flux/stdlib/schema/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2.0/reference/flux/stdlib/schema/_index.md b/content/influxdb/v2.0/reference/flux/stdlib/schema/_index.md index 363986893..11bbcdb6e 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/schema/_index.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/schema/_index.md @@ -15,8 +15,8 @@ weight: 202 influxdb/v2.0/tags: [functions, influxdb-v1, package] --- -InfluxDB schema Flux functions provide tools for managing data from an InfluxDB v1.x -database or structured using the InfluxDB v1 data structure. +InfluxDB schema Flux functions provide tools for managing data from an InfluxDB database. + Import the `influxdata/influxdb/schema` package: ```js