mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
feat: project migration
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from alembic import op
|
||||
from sqlalchemy import Inspector
|
||||
import uuid
|
||||
|
||||
|
||||
def get_existing_tables():
|
||||
@@ -11,4 +10,6 @@ def get_existing_tables():
|
||||
|
||||
|
||||
def get_revision_id():
|
||||
import uuid
|
||||
|
||||
return str(uuid.uuid4()).replace("-", "")[:12]
|
||||
|
||||
Reference in New Issue
Block a user