Skip to content

removeAllTables() should not fail if table does not exist #11

Description

@lillem4n

The removeAllTables() function first obtains a list of all tables, and then removes them one by one.

However, if a table already have been removed by the time the script tries to, it will fail. If the table is already gone, this should just be logged and execution should continue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions