Update the erase script to support the latest migration (#41524)

No changes needed, its compatible still

Tested in production :3
This commit is contained in:
Myra 2025-12-09 19:46:34 +01:00 committed by GitHub
parent c5d7444af6
commit c6430203cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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