diff --git a/tools/renumber-migrations b/tools/renumber-migrations index 9eebf9ec7c..9a1cd21ebc 100755 --- a/tools/renumber-migrations +++ b/tools/renumber-migrations @@ -54,7 +54,7 @@ def resolve_conflicts(conflicts: List[str], files_list: List[str]) -> None: if __name__ == "__main__": - MIGRATIONS_TO_SKIP = {"0209", "0261"} + MIGRATIONS_TO_SKIP = {"0209", "0261", "0501"} while True: conflicts: List[str] = [] stack: List[str] = []