Skip to content

Views dropped "temporarily" during migration but never recreated #1

@schwern

Description

@schwern

app/database/schema/402-new-address-and-phone.sql has this:

--
-- remove old columns AND DROP VIEWs temporarily
--

DROP VIEW v_client_treaters;
DROP VIEW v_treaters;
DROP VIEW v_emergency_contacts;
DROP VIEW v_client_contacts;
DROP VIEW v_contacts;

but they are never recreated by any later data migration script.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions