jen
10/15/2025, 3:57 PMscript table is there any simple way to determine which are from bundles? I feel like the only way would be to look at the associated file and go up the tree of folders to see the root folder, which is ….. not ideal.creece
10/15/2025, 6:02 PMSELECT
script.name,
file.bundleable
FROM
script
INNER JOIN
file ON script.scriptfile = file.id AND file.bundleable = 'T'jen
10/15/2025, 9:43 PMbundleable is not T for many files that are part of bundles.jen
10/15/2025, 9:44 PM