Closed jamesaoverton closed 2 years ago
How is the new row number to be determined? For rows that are loaded from the .tsv files this corresponds to the actual position of the row in the file. For new rows should we simply increment the greatest row number by 1?
Yes, that sounds right to me.
I had kind of forgotten about this, but we need an
insert_row()
function (parallel toupdate_row()
) that can be called from the frontend code.