Skip to content
Snippets Groups Projects
Unverified Commit 0e7222d3 authored by nesdis's avatar nesdis Committed by GitHub
Browse files

Merge pull request #451 from jourdanrodrigues/patch-1

Adjust API for `sql_flush`
parents 34d83438 dd25033d
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class DatabaseOperations(BaseDatabaseOperations):
converters.append(self.convert_datetimefield_value)
return converters
def sql_flush(self, style, tables, sequences, allow_cascade=False):
def sql_flush(self, style, tables, reset_sequences, allow_cascade=False):
# TODO: Need to implement this fully
return [f'ALTER TABLE "{table}" FLUSH'
for table in tables]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment