fix: Version module typo.

This commit is contained in:
2025-09-02 07:57:13 +10:00
parent 4707bc2aca
commit f853f01bf8

View File

@@ -13,7 +13,7 @@ class TrackingChannel(RowModel):
class EventData(Registry):
VERSION = ('TRACKER', 1)
VERSION = ('EVENT_TRACKER', 1)
tracking_channels = TrackingChannel.table