# A generic, single database configuration.
[alembic]
-# path to migration scripts
+# path to migration scripts.
+# Use forward slashes (/) also on windows to provide an os agnostic path
script_location = ${script_location}
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
# leave blank for localtime
# timezone =
-# max length of characters to apply to the
-# "slug" field
+# max length of characters to apply to the "slug" field
# truncate_slug_length = 40
# set to 'true' to run the environment during
[alembic]
# path to migration scripts
+# Use forward slashes (/) also on windows to provide an os agnostic path
script_location = ${script_location}
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
# leave blank for localtime
# timezone =
-# max length of characters to apply to the
-# "slug" field
+# max length of characters to apply to the "slug" field
# truncate_slug_length = 40
# set to 'true' to run the environment during
[alembic]
# path to migration scripts
+# Use forward slashes (/) also on windows to provide an os agnostic path
script_location = ${script_location}
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
# leave blank for localtime
# timezone =
-# max length of characters to apply to the
-# "slug" field
+# max length of characters to apply to the "slug" field
# truncate_slug_length = 40
# set to 'true' to run the environment during