From 5a99d3abb81d897a982cc8c151c3b1b789b4509d Mon Sep 17 00:00:00 2001 From: Sanniti Date: Mon, 29 Jul 2024 14:38:34 -0400 Subject: [PATCH] update docstring --- robot-server/robot_server/persistence/_migrations/v5_to_v6.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robot-server/robot_server/persistence/_migrations/v5_to_v6.py b/robot-server/robot_server/persistence/_migrations/v5_to_v6.py index e8a67cb8a87d..546226ae99a8 100644 --- a/robot-server/robot_server/persistence/_migrations/v5_to_v6.py +++ b/robot-server/robot_server/persistence/_migrations/v5_to_v6.py @@ -12,6 +12,7 @@ save its RTP data to the new table. RTP data belonging to previous analyses will still be available as part of the completed analysis blob. - Adds a new analysis_csv_rtp_table to store the CSV parameters' file IDs used in analysis +- Adds a new run_csv_rtp_table to store the CSV parameters' file IDs used in runs """ from pathlib import Path