fix: Version module typo.
This commit is contained in:
@@ -13,7 +13,7 @@ class TrackingChannel(RowModel):
|
|||||||
|
|
||||||
|
|
||||||
class EventData(Registry):
|
class EventData(Registry):
|
||||||
VERSION = ('TRACKER', 1)
|
VERSION = ('EVENT_TRACKER', 1)
|
||||||
|
|
||||||
tracking_channels = TrackingChannel.table
|
tracking_channels = TrackingChannel.table
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user