Skip to content

Automate migration #168

@bcomnes

Description

@bcomnes

When redeploying the recent changes made by @mraerino, I had to perform a by hand migration:

ALTER TABLE test_invoice_numbers DROP COLUMN id;
ALTER TABLE test_invoice_numbers ADD PRIMARY KEY (instance_id);

We should automate this if we can. Close this issue by doing that, or deciding not to and documenting it somewhere.

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