normanpkg/prelude

    Dark Mode
Search:
Group by:

Templates

template migrate(body: untyped): untyped
Wrapper for the migration code. Executed if the migration is compiled without undo flag.
template undo(body: untyped): untyped
Wrapper for the migration undo code. Executed if the migration is compiled with undo flag.