Merge "db: Resolve alembic deprecation warning"
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user