Skip to content

Improve migrate script even further#23

Draft
paradoxxxzero wants to merge 1 commit into
masterfrom
improve-migrate-again
Draft

Improve migrate script even further#23
paradoxxxzero wants to merge 1 commit into
masterfrom
improve-migrate-again

Conversation

@paradoxxxzero

Copy link
Copy Markdown

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.

1 participant