From dee9406e975f876fd663b04eb37208cbf9fe5a73 Mon Sep 17 00:00:00 2001 From: eeckert Date: Tue, 3 Oct 2023 13:15:44 -0600 Subject: [PATCH] adjust SQL --- Get-ProjectFolders.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-ProjectFolders.ps1 b/Get-ProjectFolders.ps1 index 3495f08..8f0fd54 100644 --- a/Get-ProjectFolders.ps1 +++ b/Get-ProjectFolders.ps1 @@ -271,7 +271,7 @@ catch { } $SQLFile_to_Run = $PSScriptRoot + '\Generate Egnyte Export.sql' Invoke-SqliteQuery -DataSource $PathToDB -InputFile $SQLFile_to_Run -$EgnyteExport = Invoke-SqliteQuery -DataSource $PathToDB -Query "Select Server,UNCPath,EgnytePath,FileCount,FileSize,Source from DataInventory" +$EgnyteExport = Invoke-SqliteQuery -DataSource $PathToDB -Query "Select Server,UNCPath,EgnytePath,FileCount,FileSize,Status from DataInventory" if ($EgnyteExport) {