Triplex v1.1.2 Mix.Triplex View Source
Useful functions for any triplex mix task.
Here is the list of tasks we have for now:
mix triplex.gen.migration
- generates a tenant migration for the repomix triplex.migrate
- runs the repository tenant migrationsmix triplex.migrations
- displays the repository migration statusmix triplex.rollback
- rolls back the repository tenant migrations
Link to this section Summary
Functions
Ensures the migrations path exists for the given repo
Link to this section Functions
Ensures the migrations path exists for the given repo.
Raises a Mix.raise
if it fails and returns the repo if succeed.