octopus
octopus copied to clipboard
Create and drop specific shard DB.
I added ability to create and drop db from rake task for all shards.
Hi @nenadmil,
Thanks for your contribution! I think it's a great use case. Can you try to extract the logic to create / drop a specific DB into a separate class and create tests for it?
This is needed to merge to avoid breaking things in the future.
Thiago
Hi, @thiagopradi
Sure, I will try.
Regards