Database column data is lost when name changes #31

Closed
opened 2020-10-22 03:27:53 +00:00 by garrettmills · 0 comments
Owner

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.

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.
garrettmills added the Scope: DatabasesBug labels 2020-10-22 03:27:53 +00:00
garrettmills added the Deployed to: ProductionDeployed to: Staging labels 2020-11-10 15:26:35 +00:00
Sign in to join this conversation.