Skip to content

Commit f407887

Browse files
committed
renamed alemic to alembic
1 parent 159e9cf commit f407887

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

backend/alembic.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[alembic]
44
# path to migration scripts
5-
script_location = alemic
5+
script_location = alembic
66

77
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
88
# Uncomment the line below if you want the files to be prepended with date and time
@@ -36,10 +36,10 @@ prepend_sys_path = .
3636
# sourceless = false
3737

3838
# version location specification; This defaults
39-
# to alemic/versions. When using multiple version
39+
# to alembic/versions. When using multiple version
4040
# directories, initial revisions must be specified with --version-path.
4141
# The path separator used here should be the separator specified by "version_path_separator" below.
42-
# version_locations = %(here)s/bar:%(here)s/bat:alemic/versions
42+
# version_locations = %(here)s/bar:%(here)s/bat:alembic/versions
4343

4444
# version path separator; As mentioned above, this is the character used to split
4545
# version_locations. The default within new alembic.ini files is "os", which uses os.pathsep.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)