From 9497e5313cd0d79283979d068050737afb45dc46 Mon Sep 17 00:00:00 2001 From: Khantey Long Date: Fri, 8 May 2026 11:09:38 +0700 Subject: [PATCH] remove case lab result sql --- dashboard/.gitignore | 1 + dashboard/config/app.php | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dashboard/.gitignore b/dashboard/.gitignore index 6e5e7ec..624d7ba 100644 --- a/dashboard/.gitignore +++ b/dashboard/.gitignore @@ -25,3 +25,4 @@ Homestead.json Homestead.yaml Thumbs.db +../case_lab_results.sql diff --git a/dashboard/config/app.php b/dashboard/config/app.php index 6851d50..7072dff 100644 --- a/dashboard/config/app.php +++ b/dashboard/config/app.php @@ -16,12 +16,12 @@ return [ 'name' => env('APP_NAME', 'Laravel'), 'lookback_days' => [ - 'SARI' => 150, - 'ILI' => 150, - 'LBM' => 150, - 'AFI' => 150, - 'NDS' => 150, - 'SEQ' => 150 + 'SARI' => 700, + 'ILI' => 700, + 'LBM' => 700, + 'AFI' => 700, + 'NDS' => 700, + 'SEQ' => 700 ], /*