Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. I20160118-18:42:35.055(3)? { id: 1,
  2. I20160118-18:42:35.056(3)?   firstName: 'FakeName333',
  3. I20160118-18:42:35.056(3)?   lastName: 'FakeLastName333',
  4. I20160118-18:42:35.056(3)?   email: 'fake333@gmail.com',
  5. I20160118-18:42:35.056(3)?   phoneNumber: '',
  6. I20160118-18:42:35.057(3)?   personRoleId: [ 2, 3, 1 ],
  7. I20160118-18:42:35.057(3)?   account: { email: 'fake666@gmail.com' } }
  8. I20160118-18:42:35.065(3)? Executing (default): SELECT "person_role_id" AS "personRoleId", "person_id", "person_role_id" FROM "people_person_roles" AS "people_person_roles" WHERE "people_person_roles"."person_id" = 1;
  9. I20160118-18:42:35.068(3)? Executing (default): SELECT "person_role_id" AS "personRoleId", "person_id", "person_role_id" FROM "people_person_roles" AS "people_person_roles" WHERE "people_person_roles"."person_id" = 1;
  10. I20160118-18:42:35.071(3)? Executing (default): SELECT "id", "confirmation_sent_at" AS "confirmationSentAt", "confirmation_token" AS "confirmationToken", "confirmed_at" AS "confirmedAt", "created_at" AS "createdAt", "updated_at" AS "updatedAt", "current_sign_in_at" AS "currentSignInAt", "current_sign_in_ip" AS "currentSignInIp", "customer_id" AS "customerId", "email", "encrypted_password" AS "encryptedPassword", "last_sign_in_at" AS "lastSignInAt", "last_sign_in_ip" AS "lastSignInIp", "person_id" AS "personId", "referrer_id" AS "referrerId", "remember_created_at" AS "rememberCreatedAt", "reset_password_sent_at" AS "resetPasswordSentAt", "reset_password_token" AS "resetPasswordToken", "sign_in_count" AS "signInCount", "token", "unconfirmed_email" AS "unconfirmedEmail", "person_id" FROM "accounts" AS "accounts" WHERE "accounts"."person_id" = 1;
  11. I20160118-18:42:35.080(3)? Executing (default): UPDATE "accounts" SET "email"='fake666@gmail.com' WHERE "id" = 30
  12. I20160118-18:42:35.148(3)? Executing (default): SELECT "id", "first_name" AS "firstName", "last_name" AS "lastName", "email", "cached_balance" AS "cachedBalance", "cached_payments" AS "cachedPayments", "cached_spendings" AS "cachedSpendings", "has_budget" AS "hasBudget", "help_me_with" AS "helpMeWith", "interests", "monthly_pageviews" AS "monthlyPageviews", "organization", "phone_number" AS "phoneNumber", "published_research_papers_amount" AS "publishedResearchPapersAmount", "stripe_id" AS "stripeId", "subscription_id" AS "subscriptionId", "created_at" AS "createdAt", "updated_at" AS "updatedAt", "websites_amount" AS "websitesAmount", "weekly_budget" AS "weeklyBudget" FROM "people" AS "people" WHERE "people"."id" = 1;
  13. I20160118-18:42:35.150(3)? { id: 1,
  14. I20160118-18:42:35.151(3)?   firstName: 'FakeName333',
  15. I20160118-18:42:35.151(3)?   lastName: 'FakeLastName333',
  16. I20160118-18:42:35.151(3)?   email: 'fake333@gmail.com',
  17. I20160118-18:42:35.151(3)?   phoneNumber: '',
  18. I20160118-18:42:35.151(3)?   personRoleId: [ 2, 3, 1 ],
  19. I20160118-18:42:35.152(3)?   account: { email: 'fake666@gmail.com' } }
  20. I20160118-18:42:35.158(3)? Executing (default): UPDATE "people" SET "first_name"='FakeName333',"last_name"='FakeLastName333',"email"='fake333@gmail.com' WHERE "id" = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement