Skip to content

Commit

Permalink
Remove Alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
DMalone87 committed Sep 28, 2024
1 parent ddb14ed commit e58bc06
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 407 deletions.
87 changes: 0 additions & 87 deletions alembic.ini

This file was deleted.

Empty file removed alembic/__init__.py
Empty file.
137 changes: 0 additions & 137 deletions alembic/dev_seeds.py

This file was deleted.

87 changes: 0 additions & 87 deletions alembic/env.py

This file was deleted.

Empty file removed alembic/prod_seeds.py
Empty file.
26 changes: 0 additions & 26 deletions alembic/script.py.mako

This file was deleted.

6 changes: 0 additions & 6 deletions alembic/seeds.py

This file was deleted.

Empty file removed alembic/versions/.keep
Empty file.
6 changes: 3 additions & 3 deletions backend/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ def register_commands(app: Flask):
@dev_only
def seed(ctx: click.Context):
"""Seed the database."""
from alembic.dev_seeds import create_seeds

create_seeds()
# from alembic.dev_seeds import create_seeds
# create_seeds()
pass

@app.cli.command(
"pip-compile",
Expand Down
1 change: 0 additions & 1 deletion requirements/_core.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PyYAML
requests
email-validator
flask-serialize
Flask-DB
Flask-JWT-Extended
email-validator
flask_cors
Expand Down
Loading

0 comments on commit e58bc06

Please sign in to comment.