forked from open-webui/open-webui
		
	
						commit
						d401d77cbd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -135,7 +135,7 @@ def migrate_sqlite(migrator: Migrator, database: pw.Database, *, fake=False): | |||
|         email = pw.CharField(max_length=255) | ||||
|         role = pw.CharField(max_length=255) | ||||
|         profile_image_url = pw.CharField(max_length=255) | ||||
|         timestamp = pw.DateField() | ||||
|         timestamp = pw.BigIntegerField() | ||||
| 
 | ||||
|         class Meta: | ||||
|             table_name = "user" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek