Merge "db: Resolve alembic deprecation warning"

This commit is contained in:
Zuul
2025-07-04 13:16:23 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -11,6 +11,10 @@ script_location = %(here)s/migrations
# defaults to the current working directory.
prepend_sys_path = .
# indicates what character is used to split lists of file paths, including
# version_locations and prepend_sys_path
path_separator = os
# timezone to use when rendering the date
# within the migration file as well as the filename.
# string value is passed to dateutil.tz.gettz()
+4
View File
@@ -11,6 +11,10 @@ script_location = %(here)s/migrations
# defaults to the current working directory.
prepend_sys_path = .
# indicates what character is used to split lists of file paths, including
# version_locations and prepend_sys_path
path_separator = os
# timezone to use when rendering the date
# within the migration file as well as the filename.
# string value is passed to dateutil.tz.gettz()