Merge branch 'staging' into feature-gems

This commit is contained in:
2022-04-02 11:38:47 +03:00
26 changed files with 704 additions and 48 deletions

View File

@@ -11,6 +11,9 @@ meta = RowTable(
attach_as='meta',
)
# TODO: Consider converting to RowTable for per-shard config caching
app_config = Table('AppConfig')
user_config = RowTable(
'user_config',