Skip to content

Commit

Permalink
fix(config/server): remove player_groups row on delete
Browse files Browse the repository at this point in the history
When deleting characters this table needs to have rows removed if there is not a FK constraint
  • Loading branch information
solareon committed Jul 5, 2024
1 parent e423ecb commit 63f1b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ return {
{'player_mails', 'citizenid'},
{'player_outfits', 'citizenid'},
{'player_vehicles', 'citizenid'},
{'player_groups', 'citizenid'},
{'players', 'citizenid'},
{'npwd_calls', 'identifier'},
{'npwd_darkchat_channel_members', 'user_identifier'},
Expand Down

0 comments on commit 63f1b5b

Please sign in to comment.