From ca95b29cd64ad9a1dec391f03016f8bed2afbf26 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 28 Aug 2025 19:52:56 +0100 Subject: [PATCH] Add telescope tables to the excepted tables Signed-off-by: snipe --- app/Console/Commands/PaveIt.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Console/Commands/PaveIt.php b/app/Console/Commands/PaveIt.php index 36aacd6636..8c6bc89a51 100644 --- a/app/Console/Commands/PaveIt.php +++ b/app/Console/Commands/PaveIt.php @@ -59,6 +59,9 @@ class PaveIt extends Command 'migrations', 'settings', 'users', + 'telescope_entries', + 'telescope_entries_tags', + 'telescope_monitoring', ]; // We only need to find out what these are so we can nuke these columns on the assets table.