Merge pull request #1 from LAION-AI/fix-alembic-naming

renamed alemic to alembic
This commit is contained in:
Andreas Köpf
2022-12-13 12:30:50 +01:00
committed by GitHub
5 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
[alembic]
# path to migration scripts
script_location = alemic
script_location = alembic
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
# Uncomment the line below if you want the files to be prepended with date and time
@@ -36,10 +36,10 @@ prepend_sys_path = .
# sourceless = false
# version location specification; This defaults
# to alemic/versions. When using multiple version
# to alembic/versions. When using multiple version
# directories, initial revisions must be specified with --version-path.
# The path separator used here should be the separator specified by "version_path_separator" below.
# version_locations = %(here)s/bar:%(here)s/bat:alemic/versions
# version_locations = %(here)s/bar:%(here)s/bat:alembic/versions
# version path separator; As mentioned above, this is the character used to split
# version_locations. The default within new alembic.ini files is "os", which uses os.pathsep.