Skip to content

Commit

Permalink
fix: old is old
Browse files Browse the repository at this point in the history
  • Loading branch information
bearsyankees committed Dec 5, 2024
1 parent be82c58 commit df8ae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferry/database/sync_db_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
queries_dir = Path(__file__).parent / "queries"


def sync_db(tables: dict[str, pd.DataFrame], database_connect_string: str):
def sync_db_old(tables: dict[str, pd.DataFrame], database_connect_string: str):
db = Database(database_connect_string)

# sorted tables in the database
Expand Down

0 comments on commit df8ae86

Please sign in to comment.