SELECT "account"."account", "account"."id" FROM "account" WHERE ("account"."id" IS NOT NULL) ORDER BY "account"."account", "account"."id"; | 29.93ms | SELECT "auth_user"."id", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."password", "auth_user"."registration_key", "auth_user"."reset_password_key", "auth_user"."registration_id", "auth_user"."account_id" FROM "auth_user" WHERE (("auth_user"."email" = 'emuwiwul874@gmail.com') AND ("auth_user"."id" <> 0)) ORDER BY "auth_user"."id" LIMIT 1 OFFSET 0; | 18.46ms | INSERT INTO "auth_user"("password","reset_password_key","registration_key","account_id","first_name","registration_id","last_name","email") VALUES ('pbkdf2(1000,20,sha512)$900be04835beb7b1$d0e565201956b923ed3f678240443dd60d209896','','a03a7391-2da9-4f85-abdf-f39ee88c5a81',1,'jjkIZYUOfdorONMgFmYTPE','','vszQPwJWvkcTgVMUnaLwLPYT','emuwiwul874@gmail.com')RETURNING "id"; | 8.99ms | INSERT INTO "auth_group"("description","role") VALUES ('Group uniquely assigned to user 2','user_2')RETURNING "id"; | 4.33ms | INSERT INTO "auth_event"("description","user_id","origin","time_stamp","client_ip") VALUES ('Group 6 created',NULL,'auth','2025-11-22 04:30:37','195.2.70.209')RETURNING "id"; | 8.30ms | SELECT "auth_membership"."id", "auth_membership"."user_id", "auth_membership"."group_id" FROM "auth_membership" WHERE (("auth_membership"."user_id" = 2) AND ("auth_membership"."group_id" = 6)); | 2.43ms | INSERT INTO "auth_membership"("group_id","user_id") VALUES (6,2)RETURNING "id"; | 2.57ms | UPDATE "auth_user" SET "registration_key"='' WHERE ("auth_user"."id" = 2); | 2.05ms | SELECT "auth_user"."id", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."password", "auth_user"."registration_key", "auth_user"."reset_password_key", "auth_user"."registration_id", "auth_user"."account_id" FROM "auth_user" WHERE ("auth_user"."email" = 'emuwiwul874@gmail.com') LIMIT 1 OFFSET 0; | 0.18ms | SELECT "auth_membership"."id", "auth_membership"."user_id", "auth_membership"."group_id" FROM "auth_membership" WHERE ("auth_membership"."user_id" = 2); | 0.15ms | SELECT "auth_group"."id", "auth_group"."role", "auth_group"."description" FROM "auth_group" WHERE ("auth_group"."id" = 6) LIMIT 1 OFFSET 0; | 0.24ms | SELECT "auth_user"."id", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."password", "auth_user"."registration_key", "auth_user"."reset_password_key", "auth_user"."registration_id", "auth_user"."account_id" FROM "auth_user" WHERE ("auth_user"."id" = 2) LIMIT 1 OFFSET 0; | 0.18ms | INSERT INTO "auth_event"("description","user_id","origin","time_stamp","client_ip") VALUES ('User 2 Registered',2,'auth','2025-11-22 04:30:37','195.2.70.209')RETURNING "id"; | 0.29ms | INSERT INTO "search_hit"("hit_timestamp","hit_uri","user_agent","search_uri") VALUES ('2025-11-22 04:47:23',NULL,'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.114 Safari/537.36',NULL)RETURNING "id"; | 0.30ms | INSERT INTO "search_hit"("hit_timestamp","hit_uri","user_agent","search_uri") VALUES ('2025-11-22 07:56:23',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',NULL)RETURNING "id"; | 0.39ms | INSERT INTO "search_hit"("hit_timestamp","hit_uri","user_agent","search_uri") VALUES ('2025-11-22 07:56:23',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36',NULL)RETURNING "id"; | 1.44ms |
|