mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-23 18:35:08 +01:00
Added connecting dev_step/user_input/command_run with the previous step in the database
This commit is contained in:
@@ -12,6 +12,7 @@ class DevelopmentSteps(BaseModel):
|
||||
hash_id = CharField(null=False)
|
||||
messages = BinaryJSONField(null=True)
|
||||
llm_response = BinaryJSONField(null=False)
|
||||
previous_dev_step = ForeignKeyField('self', null=True, column_name='previous_dev_step')
|
||||
|
||||
class Meta:
|
||||
db_table = 'development_steps'
|
||||
|
||||
Reference in New Issue
Block a user