[BUG] Resolve update
trigger functions to not trigger on updates of data like downloads
#263
Labels
bug
Something isn't working
Using the existing update trigger of:
Some preliminary research suggests the following code will allow us to specify via inclusion what columns we want to actually update with, which honestly may make the most sense to utilize since there's only a few that should be actively tracked as end user or package maintainer changes:
Ideally this should be able to have the table update properly, then after the fact the
updated
timestamp from the latest version can be taken to replace the value in all previous packages, to undo the damage done from this logic being affected bydownload
count previouslyThe text was updated successfully, but these errors were encountered: