migration file name to have a datetime as prefixed#42
migration file name to have a datetime as prefixed#42durgesh-rathod-sf wants to merge 1 commit intostxnext:mainfrom
Conversation
example pymongo-migrate generate abcd will create a file named "20230915235959_abcd.py"
|
Any idea why I'm receiving notifications about this? I don't work for STX since March... |
|
@nicon89 This is a public repository. Most probably you enabled the notification about this repo (watch or star). Please do not answer here, but write to me directly. |
|
I'm not a fan of this proposal, since you can get already the same outcome with: |
Maybe someone needs to add this to documentation. |
|
@RastogiAbhijeet care to be that someone? |
example
pymongo-migrate generate abcd
will create a file named "20230915235959_abcd.py"