mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-08 18:17:14 -05:00
[PR #2311] [CLOSED] fix: migrations 007_add_user_last_active_at syntax error #7753
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2311
Author: @sinute
Created: 5/16/2024
Status: ❌ Closed
Base:
dev← Head:fix-migrations-007_add_user_last_active_at📝 Commits (1)
e537651fix: migrations 007_add_user_last_active_at syntax error📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
backend/apps/web/internal/migrations/007_add_user_last_active_at.py(+2 -2)📄 Description
Pull Request Checklist
devbranch.Description
fix migrations(007_add_user_last_active_at) syntax error in mysql
when i want to run a clean installation with mysql (DATABASE_URL=mysql://xxxxx) , got an syntax error
Changelog Entry
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.