Clarify/comment unused function
This commit is contained in:
parent
532a82f685
commit
5235f168a3
1 changed files with 4 additions and 3 deletions
|
|
@ -348,17 +348,18 @@ def check_database_compatibility(session: Session) -> dict:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# DEAD CODE. Not used. But COULD be in the future.
|
||||||
def delete_sync_metadata(session: Session) -> bool:
|
def delete_sync_metadata(session: Session) -> bool:
|
||||||
"""
|
"""
|
||||||
|
Called By:
|
||||||
|
Nobody, dead code. I originally was going to use this but cut it's use.
|
||||||
|
|
||||||
Purpose:
|
Purpose:
|
||||||
Clears existing rows of metadata
|
Clears existing rows of metadata
|
||||||
|
|
||||||
Rank:
|
Rank:
|
||||||
Helper
|
Helper
|
||||||
|
|
||||||
Called By:
|
|
||||||
Migrations
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
session: SQLAlchemy session
|
session: SQLAlchemy session
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue