-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathseed_users.sql
More file actions
9 lines (8 loc) · 904 Bytes
/
seed_users.sql
File metadata and controls
9 lines (8 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
/*
-- Query: SELECT * FROM sema.user
LIMIT 0, 200
-- Date: 2018-06-18 13:39
*/
INSERT INTO `user` (`id`,`username`,`email`,`password`,`created_at`,`updated_at`,`first_name`,`last_name`) VALUES (1,'administrator','admin@untapped-inc.com','$2a$10$l4p1mDgDcIVccnQ.dbXS4e6SISbpET6LIltdmh2aKQUkjxj5nriOW','2018-05-29 18:14:47','2018-06-14 07:58:52','Test','User');
INSERT INTO `user` (`id`,`username`,`email`,`password`,`created_at`,`updated_at`,`first_name`,`last_name`) VALUES (2,'fred','fred@murphyoleary.com','$2a$10$HAyqZ7EHxZZdMT42bhx9Kup6jun6/GPmXFVY.rBp6XlkOgxf7sdiO','2018-05-29 18:14:47','2018-06-14 07:58:52','Fred','O\'leary');
INSERT INTO `user` (`id`,`username`,`email`,`password`,`created_at`,`updated_at`,`first_name`,`last_name`) VALUES (3,'nick','r@meau.me','$2a$10$8UWVbpaVv.osM92EnhT3zOy0HkYBnHUuvOK9by5gwlPlhfkUjfXMm','2018-05-29 18:14:47','2018-06-14 07:59:47','Joe-Bernick','Rameau');