Skip to content

Commit

Permalink
remove truncate_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Oct 8, 2023
1 parent 669f031 commit 008a275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dipdup/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ async def _pg_create_functions(conn: AsyncpgClient) -> None:
for fn in (
'dipdup_approve.sql',
'dipdup_wipe.sql',
# TODO: Alias, remove in 8.0
'truncate_schema.sql',
):
sql_path = Path(__file__).parent / 'sql' / fn
await execute_sql(conn, sql_path)
Expand Down

0 comments on commit 008a275

Please sign in to comment.