From: Myra Date: Tue, 9 Dec 2025 18:46:34 +0000 (+0100) Subject: Update the erase script to support the latest migration (#41524) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c6430203cfed08011078db23b3ca0386bee9e553;p=space-station-14.git Update the erase script to support the latest migration (#41524) No changes needed, its compatible still Tested in production :3 --- diff --git a/Tools/erase_user_data.py b/Tools/erase_user_data.py index 0cc1a31d93..509654f91e 100644 --- a/Tools/erase_user_data.py +++ b/Tools/erase_user_data.py @@ -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()