From 2837ed5148d90a6df5515d71c62f4d0fa4dab820 Mon Sep 17 00:00:00 2001 From: yezi Date: Sun, 17 Mar 2024 06:46:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20LP=20=E7=90=86?= =?UTF-8?q?=E4=BA=8B=E4=BC=9A=E6=8E=A8=E8=8D=90=E6=96=87=E7=AB=A0=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=95=B0=E6=8D=AE=E8=BF=81=E7=A7=BB=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- migrate_05_lp_collections.py => migrate_04_lp_collections.py | 2 +- migrate_04_lottery_data.py => migrate_05_lottery_data.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename migrate_05_lp_collections.py => migrate_04_lp_collections.py (98%) rename migrate_04_lottery_data.py => migrate_05_lottery_data.py (100%) diff --git a/migrate_05_lp_collections.py b/migrate_04_lp_collections.py similarity index 98% rename from migrate_05_lp_collections.py rename to migrate_04_lp_collections.py index 32b6525..a4e658b 100644 --- a/migrate_05_lp_collections.py +++ b/migrate_04_lp_collections.py @@ -101,7 +101,7 @@ async def main() -> None: ) exit() new_start_time, new_end_time = await get_collection_data_time_range( - LPRecommendedArticleRecordDocument, "fetch_date" + LPRecommendedArticleRecordDocument, "date" ) if old_start_time != new_start_time or old_end_time != new_end_time: logger.critical( diff --git a/migrate_04_lottery_data.py b/migrate_05_lottery_data.py similarity index 100% rename from migrate_04_lottery_data.py rename to migrate_05_lottery_data.py