Skip to content

Previous implementation of Belonging still in database #134

@BasMichielsen

Description

@BasMichielsen

The previous implementation of Belonging created a database table named belonging and a field named belongingID in the table damageReport. Given that per #133 belonging is now a free format text field, can we remove the remnants?

Can we do this?

ALTER TABLE "damageReport"
	DROP COLUMN "belongingID";

DROP TABLE "belonging";

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions