Преглед на файлове

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, \