Compare commits

...

1 Commits

Author SHA1 Message Date
f853f01bf8 fix: Version module typo. 2025-09-02 07:57:13 +10:00

View File

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