Skip to content

Tables (Views) do not dump in dependency order #2

Description

@abraithwaite

Views depend on tables. Views are not necessarily dumped in dependency order, meaning that recreating them will not necessarily function as intended, instead throwing an error that the table it depends upon doesn't exist.

Workaround: manually re-arrange the tables such that the views are created after the tables depend on them.

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