Skip to content

Commit e8ab7da

Browse files
wuliang229copybara-github
authored andcommitted
chore: Move SQLite migration script to migration/ folder
Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 844902789
1 parent 8335f35 commit e8ab7da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/google/adk/sessions/migrate_from_sqlalchemy_sqlite.py renamed to src/google/adk/sessions/migration/migrate_from_sqlalchemy_sqlite.py

File renamed without changes.

src/google/adk/sessions/sqlite_session_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __init__(self, db_path: str):
107107
f"Database {db_path} seems to use an old schema."
108108
" Please run the migration command to"
109109
" migrate it to the new schema. Example: `python -m"
110-
" google.adk.sessions.migrate_from_sqlalchemy_sqlite"
110+
" google.adk.sessions.migration.migrate_from_sqlalchemy_sqlite"
111111
f" --source_db_path {db_path} --dest_db_path"
112112
f" {db_path}.new` then backup {db_path} and rename"
113113
f" {db_path}.new to {db_path}."

0 commit comments

Comments
 (0)