Triplex v1.3.0 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 given repository is started and running
Ensures the migrations path exists for the given repo
Restarts the app if there was any migration command
Runs the tenant migrations with the given args
and using
migrator
function
Returns the private repository path relative to the source
Link to this section Functions
Ensures the given repository is started and running.
Ensures the migrations path exists for the given repo
.
Returns the path for the repo
tenant migrations folder if succeeds
or Mix.raise
’s if it fails.
Restarts the app if there was any migration command.
Runs the tenant migrations with the given args
and using
migrator
function.
Returns the private repository path relative to the source.