]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update the erase script to support the latest migration (#41524)
authorMyra <vasilis@pikachu.systems>
Tue, 9 Dec 2025 18:46:34 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Dec 2025 18:46:34 +0000 (18:46 +0000)
No changes needed, its compatible still

Tested in production :3

Tools/erase_user_data.py

index 0cc1a31d93f818de3ed501d44f96919954d728fc..509654f91e8d8fb400d0f27b3292454da782e6dd 100644 (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()