Add alembic migrations
This is basically the result of the initial alembic setup with the addition of a single line to support custom schemas. The reason for schema support is that integration tests will be running against a test schema.
parent
f2af88d5
No related branches found
No related tags found
Showing
- Makefile 3 additions, 0 deletionsMakefile
- README.md 11 additions, 0 deletionsREADME.md
- alembic.ini 114 additions, 0 deletionsalembic.ini
- alembic/README 1 addition, 0 deletionsalembic/README
- alembic/env.py 84 additions, 0 deletionsalembic/env.py
- alembic/script.py.mako 26 additions, 0 deletionsalembic/script.py.mako
- requirements.txt 1 addition, 0 deletionsrequirements.txt
alembic.ini
0 → 100644
alembic/README
0 → 100644
alembic/env.py
0 → 100644
alembic/script.py.mako
0 → 100644
alembic==1.13.2 | ||
boto3==1.34.131 | ||
fastapi==0.111.0 | ||
psycopg2-binary==2.9.9 | ||
... | ... |
Please register or sign in to comment