Replies: 1 comment
-
|
Implemented in v1.8.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful to have a log with migration changes.
What is a migration change?
New functions
commit
If enabled,
commit(..)must be called before one of the functions above can be called.For example:
set_history
(thingsdb scope only)
Argument:
Existing collections have history off. We need to decide what will be the setting for new collections.
history
(Collection (and thingsdb?) scope only)
Where
optionsmay contain the following:Examples:
del_history
Clears history data.
optionsis equal to options from thehistory()function exceptthat here option is required and must be none empty.
Migration change type
Tasks
TI_TASK_SET_HISTORY(for ttask)TI_TASK_DEL_HISTORY(for ttask)TI_TASK_COMMIT(with ti_commit_t data)Beta Was this translation helpful? Give feedback.
All reactions