How do you delete a "zombie" static file?
BarryGMar 20 2009 — edited Mar 30 2009We have a javascript file in our Apex workspace that we cannot delete. If we use the static files interface through Application Builder, the file appears to be deleted, but it is still visible in the view apex_workspace_files.
It is a workspace file, not associated with an application. If we try to add a new version of the file, we end up with two entries in apex_workspace_files, but only one entry in the static files interface of Application Builder. Worse, if we include the javascript in our Apex application, it grabs the old file, not the new one.
Since the apex_workspace_files view connects data in multiple tables, we're reluctant just to delete the offending record.
What is the best way to delete this undesired file without causing any additional problems?