package activationcode const ( SetActivationCode = "UPDATE terminals SET activation_code = $1 WHERE terminal_id = $2;" )