mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -48,8 +48,8 @@ def migrate(migrator: Migrator, database: pw.Database, *, fake=False):
|
|||||||
meta = pw.TextField()
|
meta = pw.TextField()
|
||||||
params = pw.TextField()
|
params = pw.TextField()
|
||||||
|
|
||||||
created_at = (pw.BigIntegerField(null=False),)
|
created_at = pw.BigIntegerField(null=False)
|
||||||
updated_at = (pw.BigIntegerField(null=False),)
|
updated_at = pw.BigIntegerField(null=False)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
table_name = "model"
|
table_name = "model"
|
||||||
|
|||||||
Reference in New Issue
Block a user