mcm-discord/database/queries/player_update_application.sql

3 lines
68 B
SQL

UPDATE minecraft_manager_player
SET application_id = ?
WHERE id = ?;