Module z_install_update_task

Update tasks to be triggered by the z_install_update.erl change routines.

Copyright © 2021 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Update tasks to be triggered by the z_install_update.erl change routines.

Function Index

init_language/1Initialize the language column from the language property in the serialized props.
init_language/2

Function Details

init_language/1

init_language(Context::z:context()) -> ok | {delay, integer(), list()}

Initialize the language column from the language property in the serialized props.

init_language/2

init_language(Id::undefined | integer(), Context::z:context()) -> ok | {delay, integer(), list()}


Generated by EDoc