Skip to content

Add project_id field to memories table #87

@unchained-42

Description

@unchained-42

Context
Right now in our app, there's no straightforward way to link "memories" to specific projects. We've been connecting different types of data to projects using a project_id, and it would better to do the same for "memories."

Rationale
It makes more sense to get to "memories" through a project instead of a user. This method is simpler and gets us ready for a time when we might let multiple developers work on the same project.

Need
We need to add a project_id field, to the "memories" section. This will make it easier to connect each memory to a particular project.

Tasks

  • Add a new field named project_id to the memories table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions