Created
August 31, 2015 17:48
-
-
Save smoyte/ff2704a4cb3b1cdcd80c to your computer and use it in GitHub Desktop.
ELMO user insert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`login` = 'user897' LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] Mission Load (0.8ms) SELECT `missions`.* FROM `missions` WHERE `missions`.`id` = 9 LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (0.4ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = '[email protected]' LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (0.3ms) SELECT 1 AS one FROM `users` WHERE `users`.`login` = 'user897' LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (0.9ms) SELECT 1 AS one FROM `users` WHERE `users`.`persistence_token` = BINARY '2157724634a649f5655d68282d51decd56412bd7db5868de2c8c9e1f19b563fcafc7ef1a40581d4d75fc3f59bdcd9806c1d1daa0bf8061d49eb0bdf622262811' LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (0.9ms) SELECT 1 AS one FROM `users` WHERE `users`.`single_access_token` = BINARY 'EtdQBBmwuaHetXzoZg' LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] SQL (0.4ms) INSERT INTO `users` (`name`, `email`, `notes`, `pref_lang`, `login`, `persistence_token`, `single_access_token`, `password_salt`, `crypted_password`, `created_at`, `updated_at`) VALUES ('User_897', '[email protected]', 'note_897', 'fr', 'user897', '2157724634a649f5655d68282d51decd56412bd7db5868de2c8c9e1f19b563fcafc7ef1a40581d4d75fc3f59bdcd9806c1d1daa0bf8061d49eb0bdf622262811', 'EtdQBBmwuaHetXzoZg', 'h42VuM7O0QqqDwsuxS', '400$8$21$0e8cc79aa2b9f8c1$4d01ba0c54fffc2a9d034c54aeae58c4efac8119a5a1a3d4cc46946418f3f5a6', '2015-08-31 17:47:36', '2015-08-31 17:47:36') | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] SQL (0.3ms) INSERT INTO `assignments` (`mission_id`, `role`, `user_id`, `created_at`, `updated_at`) VALUES (9, 'observer', 1280, '2015-08-31 17:47:36', '2015-08-31 17:47:36') | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (1.0ms) SELECT 1 AS one FROM `users` WHERE `users`.`api_key` = '6ef383f95d7ce8e9f030a9a5cd10d8ec' LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (0.3ms) SELECT 1 AS one FROM `users` WHERE (`users`.`email` = '[email protected]' AND `users`.`id` != 1280) LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (0.3ms) SELECT 1 AS one FROM `users` WHERE (`users`.`login` = 'user897' AND `users`.`id` != 1280) LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (2.8ms) SELECT 1 AS one FROM `users` WHERE (`users`.`persistence_token` = BINARY '2157724634a649f5655d68282d51decd56412bd7db5868de2c8c9e1f19b563fcafc7ef1a40581d4d75fc3f59bdcd9806c1d1daa0bf8061d49eb0bdf622262811' AND `users`.`id` != 1280) LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] User Exists (1.7ms) SELECT 1 AS one FROM `users` WHERE (`users`.`single_access_token` = BINARY 'EtdQBBmwuaHetXzoZg' AND `users`.`id` != 1280) LIMIT 1 | |
[ActiveJob] [UserImportOperationJob] [4d7e239c-7f76-407b-901c-d2526a6a7224] SQL (0.5ms) UPDATE `users` SET `name` = 'User_897', `email` = '[email protected]', `notes` = 'note_897', `pref_lang` = 'fr', `login` = 'user897', `persistence_token` = '2157724634a649f5655d68282d51decd56412bd7db5868de2c8c9e1f19b563fcafc7ef1a40581d4d75fc3f59bdcd9806c1d1daa0bf8061d49eb0bdf622262811', `single_access_token` = 'EtdQBBmwuaHetXzoZg', `password_salt` = 'h42VuM7O0QqqDwsuxS', `crypted_password` = '400$8$21$0e8cc79aa2b9f8c1$4d01ba0c54fffc2a9d034c54aeae58c4efac8119a5a1a3d4cc46946418f3f5a6', `created_at` = '2015-08-31 17:47:36', `updated_at` = '2015-08-31 17:47:36', `id` = 1280, `api_key` = '6ef383f95d7ce8e9f030a9a5cd10d8ec' WHERE `users`.`id` = 1280 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment