mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-09-15 06:42:48 +02:00
Fix PostgreSQL migration for ban DB refactor (#42609) This didn't come up in testing. The ban hit foreign key was added before the data was migrated, so it didn't work. Fix that.