浏览代码

Add note about virtual columns for the future

Kirk Trombley 4 年之前
父节点
当前提交
b2fbacdc0a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/rollbot/injection/data.py

+ 1 - 0
lib/rollbot/injection/data.py

@@ -38,6 +38,7 @@ class DataStore(Generic[DataType]):
         ).strip("_")
 
     async def _setup(self):
+        # TODO virtual columns with indexes for certain types?
         await self.connection.execute(
             f'CREATE TABLE IF NOT EXISTS {self.table_name} ( \
                 key TEXT NOT NULL PRIMARY KEY, \