mcm-discord/database/queries/application_update_accepted...

3 lines
67 B
SQL

UPDATE minecraft_manager_application
SET accepted = ?
WHERE id = ?;