You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Move SQLite migration script to migration/ folder
Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 844902789
This commit is contained in:
committed by
Copybara-Service
parent
8335f35015
commit
e8ab7dafa9
@@ -107,7 +107,7 @@ class SqliteSessionService(BaseSessionService):
|
||||
f"Database {db_path} seems to use an old schema."
|
||||
" Please run the migration command to"
|
||||
" migrate it to the new schema. Example: `python -m"
|
||||
" google.adk.sessions.migrate_from_sqlalchemy_sqlite"
|
||||
" google.adk.sessions.migration.migrate_from_sqlalchemy_sqlite"
|
||||
f" --source_db_path {db_path} --dest_db_path"
|
||||
f" {db_path}.new` then backup {db_path} and rename"
|
||||
f" {db_path}.new to {db_path}."
|
||||
|
||||
Reference in New Issue
Block a user