Update the erase script to support the latest migration

No changes needed, its compatible still

Tested in production :3
This commit is contained in:
Myra
2025-11-21 20:13:20 +01:00
committed by GitHub
parent 5453ad0430
commit c522918c27

View File

@@ -12,7 +12,7 @@ import os
import psycopg2 import psycopg2
from uuid import UUID from uuid import UUID
LATEST_DB_MIGRATION = "20250211131539_LoadoutNames" LATEST_DB_MIGRATION = "20250314222016_ConstructionFavorites"
def main(): def main():
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()