Closed
Description
- 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