mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
history snapshot make collectionId customizable
This commit is contained in:
@@ -95,6 +95,7 @@ const extensionBodyTemplate = {
|
||||
|
||||
return ({
|
||||
trackedFields: [], // a list of string of column names
|
||||
collectionId: "historySnapshots", // optionally change the sub-collection id of where the history snapshots are stored
|
||||
})
|
||||
}`,
|
||||
algoliaIndex: `const extensionBody: AlgoliaIndexBody = async({row, db, change, ref}) => {
|
||||
|
||||
Reference in New Issue
Block a user