mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user