Database column data is lost when name changes #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, the database row data is stored keyed by the column's headerName. This means that if the header name is changed, the data for the column is lost.
Instead, rework the database entries so that they are keyed by the column's UUID, regardless of header name.