mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 21:42:58 +00:00
fix
This commit is contained in:
parent
85df019c2a
commit
5e97c9927b
@ -135,7 +135,7 @@ def migrate_sqlite(migrator: Migrator, database: pw.Database, *, fake=False):
|
|||||||
email = pw.CharField(max_length=255)
|
email = pw.CharField(max_length=255)
|
||||||
role = pw.CharField(max_length=255)
|
role = pw.CharField(max_length=255)
|
||||||
profile_image_url = pw.CharField(max_length=255)
|
profile_image_url = pw.CharField(max_length=255)
|
||||||
timestamp = pw.DateField()
|
timestamp = pw.BigIntegerField()
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
table_name = "user"
|
table_name = "user"
|
||||||
|
Loading…
Reference in New Issue
Block a user