hurl file over http file

AddControllers

Formatting
This commit is contained in:
2025-09-05 19:46:16 -07:00
parent 895dab9413
commit 5d98429392
7 changed files with 209 additions and 155 deletions

View File

@ -79,7 +79,7 @@ internal static class CommandText {
} else {
results.Add(" FROM public.asset a ");
}
results.AddRange(" INNER ");
results.Add(" INNER ");
if (lowestVersionHistory <= 1.129) {
results.Add(" JOIN asset_files f ");
} else {