DouglasNeuroInformatics / DataBank

An open-source, web-based platform for managing, versioning, and sharing tabular datasets
https://databank.douglasneuroinformatics.ca/
GNU Affero General Public License v3.0
8 stars 5 forks source link

Possible to delete primary key from dataset #94

Open joshunrau opened 3 months ago

Flyinchicken commented 2 months ago

The dataset primary key columns are immutable now to avoid users messing up with the primary keys by performing illegal operations on those columns such as changing their types and deleting the columns.

To discuss: we should have versioning for the dataset and design a way to keep track of a stream of changes and operations from one version to the next.