Skip to content

Commit

Permalink
Update seed_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
okehiisah22 authored Jan 26, 2025
1 parent fd4293f commit 18fb5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_app/db/seed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def create_transaction(session: SessionLocal, positions: list[Position]) -> None
# Populate the database
users = create_users(session)
positions = create_positions(session, users)
create_extra_deposits(session, positions)
# create_airdrops(session, users)
# create_telegram_users(session, users)
create_vaults(session, users)
Expand Down

0 comments on commit 18fb5ac

Please sign in to comment.