normanpkg/prelude
Dark Mode
Index
Search:
Group by:
Section
Type
Templates
migrate
undo
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.