tz_info support for migrations #905
thorin-schiffer
started this conversation in
Feature Request
Replies: 2 comments
-
That's also an issue for me. When I use Please, consider adding motor client as a parameter of the migrations, so we can have the full control over its configuration (like tz_info) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I support this too. I also think that it should be possible to completely customize the motor client. There are a lot of options that can be set and providing a way to use all of them would be nice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Migrations use it's own client, so no additional options can be passed to the client (like tz_info).
Solution: add an option to migrate command, enabling the tz_info option on the motor client used in beanie.migrations.database.DBHandler.set_db
Beta Was this translation helpful? Give feedback.
All reactions