From 1544e9dbf92a324e21a85306bb3589ecdbfd66dd Mon Sep 17 00:00:00 2001 From: Interitio Date: Mon, 1 Sep 2025 23:24:27 +1000 Subject: [PATCH] Add data version. --- subathon/data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subathon/data.py b/subathon/data.py index 958873c..2c5f8ac 100644 --- a/subathon/data.py +++ b/subathon/data.py @@ -52,6 +52,8 @@ class SubathonGoal(RowModel): class SubathonData(Registry): + VERSION = ('SUBATHON', 1) + subathons = Subathon.table running_subathons = RunningSubathon.table subathon_contributions = SubathonContribution.table