mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-17 08:16:00 +08:00
fix
This commit is contained in:
parent
363ab562c3
commit
3be0fa63ee
@ -48,8 +48,8 @@ def migrate(migrator: Migrator, database: pw.Database, *, fake=False):
|
||||
meta = pw.TextField()
|
||||
params = pw.TextField()
|
||||
|
||||
created_at = (pw.BigIntegerField(null=False),)
|
||||
updated_at = (pw.BigIntegerField(null=False),)
|
||||
created_at = pw.BigIntegerField(null=False)
|
||||
updated_at = pw.BigIntegerField(null=False)
|
||||
|
||||
class Meta:
|
||||
table_name = "model"
|
||||
|
Loading…
x
Reference in New Issue
Block a user