Skip to content

Conversation

@paradoxxxzero
Copy link

This PR superseeds #18 and improves it even further by allowing special migrations in custom_all:

These special migrations are as follow:

  • pre-global.py : Run at base pre-migrate
  • pre-global-module_name.py : Run at module_name pre-migrate
  • post-global.py : Run at base post-migrate
  • post-global-module_name.py : Run at module_name post-migrate

This also uses pathlib now instead of os path functions.

@paradoxxxzero paradoxxxzero force-pushed the improve-migrate-again branch from c65dadd to e44e620 Compare October 1, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants