nowcommunity / nowdatabase

Rebuild of the nowdatabase application for luomus
MIT License
3 stars 1 forks source link

Write operation refinements #103

Open ShootingStar91 opened 3 months ago

ShootingStar91 commented 3 months ago

Currently only one "update entry" is created, for example if editing locality and adding species, a locality update entry is written into "now_lau" table. Actually, any new species updates should go to their own update-event. The log-entries for now_ls table should have both ids of luid and suid.

Similarly, if time units (or their bounds) are edited so that it changes a locality's ages, it should create an entry to now_lau also. (related to next task:)