Skip to content

Instantly share code, notes, and snippets.

@vagrantsn
Created February 22, 2018 19:23
Show Gist options
  • Save vagrantsn/bf2a17c0424669847054b6e5d35ab574 to your computer and use it in GitHub Desktop.
Save vagrantsn/bf2a17c0424669847054b6e5d35ab574 to your computer and use it in GitHub Desktop.

LOGENTRIES

Campos importantes

  • id
  • company id
  • hora
  • statusCode
  • from
  • method

SQL

  • SELECT
  • UPDATE
  • DELETE
  • INSERT

SELECT * FROM transactions WHERE company_id = 'asdasdasdas' ORDER BY created_at DESC

SELECT * FROM "PostbackOperations" WHERE model = 'transaction' and model_id = '33464576'

SELECT * FROM "PostbackDeliveries" WHERE postback_operation_id = 'po_cjdo8njmr3ycv2g6ncmfg8vtf'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment