merge master into debugging_ipc branch

This commit is contained in:
LeonOstrez
2023-09-18 19:09:37 -07:00
46 changed files with 671 additions and 156 deletions

View File

@@ -13,7 +13,7 @@ class UserInputs(BaseModel):
high_level_step = CharField(null=True)
class Meta:
db_table = 'user_inputs'
table_name = 'user_inputs'
indexes = (
(('app', 'previous_step', 'high_level_step'), True),
)