diff --git a/backend/alembic.ini b/backend/alembic.ini index c62e3c84..aecebb0b 100644 --- a/backend/alembic.ini +++ b/backend/alembic.ini @@ -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. diff --git a/backend/alemic/README b/backend/alembic/README similarity index 100% rename from backend/alemic/README rename to backend/alembic/README diff --git a/backend/alemic/env.py b/backend/alembic/env.py similarity index 100% rename from backend/alemic/env.py rename to backend/alembic/env.py diff --git a/backend/alemic/script.py.mako b/backend/alembic/script.py.mako similarity index 100% rename from backend/alemic/script.py.mako rename to backend/alembic/script.py.mako diff --git a/backend/alemic/versions/23e5fea252dd_first_revision.py b/backend/alembic/versions/23e5fea252dd_first_revision.py similarity index 100% rename from backend/alemic/versions/23e5fea252dd_first_revision.py rename to backend/alembic/versions/23e5fea252dd_first_revision.py