Skip to content

Commit f541204

Browse files
authored
Track data sync type in Posthog (baserow#4410)
1 parent f3707f3 commit f541204

File tree

1 file changed

+1
-0
lines changed
  • backend/src/baserow/contrib/database/data_sync

1 file changed

+1
-0
lines changed

backend/src/baserow/contrib/database/data_sync/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class CreateDataSyncTableActionType(UndoableActionType):
3737
"database_id",
3838
"table_id",
3939
"data_sync_id",
40+
"data_sync_type",
4041
]
4142

4243
@dataclasses.dataclass

0 commit comments

Comments
 (0)