From 792e568bd0f77f69d2e9504157a586b954bb2f00 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Thu, 25 Feb 2021 18:35:24 -0800 Subject: [PATCH] Removed obsolete reference to archive_schema. --- bin/weewx/tests/testgen.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/weewx/tests/testgen.conf b/bin/weewx/tests/testgen.conf index 30a11892..f11416e1 100644 --- a/bin/weewx/tests/testgen.conf +++ b/bin/weewx/tests/testgen.conf @@ -100,10 +100,6 @@ version = test # Set the following to "software" to force software record generation: record_generation = hardware - # The schema to be used for the archive database. This is used only when it is initialized. - # Thereafter, the types are retrieved from the database. - archive_schema = user.schemas.defaultArchiveSchema - ############################################################################################ [DataBindings]