Skip to content

Make AtlassianHostTable public so it can be referenced in Slick tables of add-ons #3

@tbinna

Description

@tbinna

Some add-ons might create additional Slick tables that store e.g. AtlassianHost.clientKey as a foreign key to to a Atlassian host in their data model.

To write a Slick foreignKey constraint you need access to the referenced Schema (i.e. AtlassianHostTable), see http://slick.lightbend.com/doc/3.2.0/schemas.html#constraints

Therefore I think it's better to make AtlassianHostTable public, so it can be referenced in the constraint.

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