mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Fixed CommandRuns and DevelopmentSteps models + prints
This commit is contained in:
@@ -9,7 +9,7 @@ from database.models.app import App
|
||||
class DevelopmentSteps(BaseModel):
|
||||
id = AutoField() # This will serve as the primary key
|
||||
app = ForeignKeyField(App)
|
||||
hash_id = CharField(unique=True, null=False)
|
||||
hash_id = CharField(null=False)
|
||||
messages = BinaryJSONField(null=True)
|
||||
llm_response = BinaryJSONField(null=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user