aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/tables.py')
-rw-r--r--pysite/tables.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pysite/tables.py b/pysite/tables.py
index c7072909..de9499e8 100644
--- a/pysite/tables.py
+++ b/pysite/tables.py
@@ -119,6 +119,14 @@ TABLES = {
])
),
+ "member_chunks": Table(
+ primary_key="id",
+ keys=sorted([
+ "id", # str
+ "chunk", # list
+ ])
+ ),
+
"oauth_data": Table( # OAuth login information
primary_key="id",
keys=sorted([