"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "827dd1b0448517dcbc83e0a8be439caf0a92f94b"
Commit 5e97c992 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 85df019c
...@@ -135,7 +135,7 @@ def migrate_sqlite(migrator: Migrator, database: pw.Database, *, fake=False): ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment