mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Updated db models to store JSON lists instead of text
This commit is contained in:
@@ -10,3 +10,6 @@ class DevelopmentSteps(BaseModel):
|
||||
app = ForeignKeyField(App, primary_key=True)
|
||||
hash_id = CharField(unique=True, null=False)
|
||||
messages = BinaryJSONField(null=True)
|
||||
|
||||
class Meta:
|
||||
db_table = 'development_steps'
|
||||
Reference in New Issue
Block a user