hanami / cli

Hanami command line
MIT License
28 stars 31 forks source link

Fix db commands acting on same databases multiple times #237

Closed timriley closed 1 month ago

timriley commented 1 month ago

Fix bug introduced with the multiple gateway support where the db commands, when called without the --app or --slice args (i.e. commands intended to find all databases in the app), would operate multiple times on the same databases within a slice with >1 gateway.