ExTenant.Actions (ExTenant v0.2.1) View Source
Run the tenanted migrations
Link to this section Summary
Functions
Apply tenant migrations to a tenant with given strategy, in given direction.
Restarts the app if there was any migration command.
Link to this section Functions
Specs
Apply tenant migrations to a tenant with given strategy, in given direction.
A direction can be given, as the third parameter, which defaults to :up
A strategy can be given as an option, and defaults to :all
Paramaters
- direction: defaults to
:up
Options
:all- runs all available iftrue:step- runs the specific number of migrations:to- runs all until the supplied version is reached:log- the level to use for logging. Defaults to:info. Can be any ofLogger.level/0values orfalse.
Specs
restart_apps_if_migrated([atom()]) :: :ok
Restarts the app if there was any migration command.