openml / server-api

Python-based server
https://openml.github.io/server-api/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Database Migration Meta Issue #165

Open PGijsbers opened 1 month ago

PGijsbers commented 1 month ago

This is a collection of proposed database changes:

PGijsbers commented 1 month ago

The flow (implementation) server logic treats (name, external_version) as a unique tuple, but this is not enforced at the database level.

PGijsbers commented 1 month ago

The flow (implementation) table has an uploadDate that does not have a default. I imagine that other tables also have this. I do not know why this is not default at the database level.