Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update erd diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Jun 28, 2024
1 parent 1bf2814 commit b004466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/bin/create_erds.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import src.db.models.staging.opportunity as staging_opportunity_models
import src.db.models.staging.synopsis as staging_synopsis_models
import src.logging
from src.db.models import opportunity_models
from src.db.models import opportunity_models, agency_models
from src.db.models.transfer import topportunity_models

logger = logging.getLogger(__name__)
Expand All @@ -23,7 +23,7 @@
ERD_FOLDER = pathlib.Path(__file__).parent.resolve()

# If we want to generate separate files for more specific groups, we can set that up here
API_MODULES = (opportunity_models,)
API_MODULES = (opportunity_models,agency_models,)
STAGING_TABLE_MODULES = (
staging_opportunity_models,
staging_forecast_models,
Expand Down

0 comments on commit b004466

Please sign in to comment.