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";