Upload to Neotoma (after a 24h delay) - part of an existing stored procedure
Depending on how the data goes to GBIF, what do we do on data modification?
What happens then? Can we just completely clear out the old GBIF data & re-upload at the dataset level? (probably the best option, because of all the concatenated strings in the data tables)
Set up triggers on the database itself to watch fields. What fields (or tables) do we watch?
Data (obviously, if data values change)
Taxa (if a taxon changes)
???
Add the change within other existing stored procedures (of Eric's)
The trigger will be -
Depending on how the data goes to GBIF, what do we do on data modification?
What happens then? Can we just completely clear out the old GBIF data & re-upload at the dataset level? (probably the best option, because of all the concatenated strings in the data tables)