Skip to content

Commit

Permalink
Cleanup folders (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaboukhalil authored Nov 16, 2023
1 parent 42729f8 commit 0032e88
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion entities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To get a summary of other available `make` targets, run `make help`
- Run codegen: `make codegen`
- If changing the database:
- Run `make alembic-autogenerate MESSAGE="reason for change goes here"`
- Double-check that the newly generated files in `database_migrations/versions` match your intent
- Double-check that the newly generated files in `database/migrations/versions/` match your intent
- Run `make alembic-upgrade-head` to apply migrations
- Test
- Open a PR for the updated files.
Expand Down
2 changes: 1 addition & 1 deletion entities/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[alembic]
# path to migration scripts
script_location = database_migrations
script_location = database/migrations

# template used to generate migration files
# file_template = %%(rev)s_%%(slug)s
Expand Down
2 changes: 1 addition & 1 deletion entities/api/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)
from platformics.settings import APISettings
from platformics.security.authorization import CerbosAction, get_resource_query
from files.format_handlers import get_validator
from support.format_handlers import get_validator
from api.core.helpers import get_db_rows
from api.types.entities import Entity
from database.models import FileStatus
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0032e88

Please sign in to comment.