Skip to content

DB Schema improvements to aid merging data across instances #854

@bpkroth

Description

@bpkroth

Merging data between storage backends is a little problematic atm due to the fact that the primary keys can overlap.

For instance,

Rather than using config_id (an autoincrement int that's specific to an instance) in config_param, trial, etc. tables, we could use config_hash which should be more unique across instances.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions