Skip to content

db:wipe doesn't remove migrations table from second schema #41483

Closed
@abelharisov

Description

@abelharisov
  • Laravel Version: 9.4.1
  • PHP Version: 8.1.3
  • Database Driver & Version: postgres

Description:

We have two schemas in our app. During update to laravel 9 we updated postgress config. schema was replaced with search_path with value schemaA,schemaB
Command db:wipe clears all tables in both schemas except migrations table in second schema. We have to call this command twice to clear DB

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