Commit 62f4c492 by ansible

no message

1 parent b82d9c93
Showing with 27 additions and 0 deletions
-- initial wd_user
INSERT INTO public.wd_user
("userId", password, "displayName", email, "contactNumber", "roleName", "createdDate", "updatedDate", id, "imageLinkUrl", "userKey", "emailVerified", "enableEncryption", timezone, "prefContactAPI", deactivate, "pricingPackage", "lastSeenAtTime", status, "statusMessage", "imageLink", "lastLoggedInAtTime", "lastMessageAtTime", connected)
VALUES('admin', 'password', 'admin', 'admin@hotmail.com', NULL, NULL, '2017-06-16 17:27:50.271', '2017-07-27 14:01:59.212', 1, NULL, '816edb8c-1011-4160-bfa7-133794d96ea7', NULL, NULL, NULL, NULL, false, NULL, 1501138919208, NULL, NULL, NULL, NULL, NULL, false);
INSERT INTO public.wd_user_app_rel
(id, "userId", "applicationId", "deviceKey", "createdDate", "updatedDate", "registrationId", "userKey", "pushNotificationFormat", "deviceType", "lastSyncTime")
VALUES(1, 1, NULL, 'YWRtaW4jOiM4IzojMTQ5ODEwNjQ3MDE3NSM6Izk2ZGE3Yzc1LTRlNjgtNDZmNS04ZmI2LTQ1MzZlNDk5NzUxZA==', '2017-06-22 11:41:10.177', '2017-06-22 11:41:10.177', NULL, '816edb8c-1011-4160-bfa7-133794d96ea7', NULL, 8, 1498106470175);
-- initial user for transaction log (WD Bot)
INSERT INTO public.wd_user
("userId", password, "displayName", email, "contactNumber", "roleName", "createdDate", "updatedDate", id, "imageLinkUrl", "userKey", "emailVerified", "enableEncryption", timezone, "prefContactAPI", deactivate, "pricingPackage", "lastSeenAtTime", status, "statusMessage", "imageLink", "lastLoggedInAtTime", "lastMessageAtTime", connected)
VALUES('wdbot', 'password', 'wdbot', 'admin@hotmail.com', NULL, NULL, '2017-06-16 17:27:50.271', '2017-07-27 14:01:59.212', 2, NULL, '2af95700-2615-45e0-839a-468b6f7fbd7a', NULL, NULL, NULL, NULL, false, NULL, 1501138919208, NULL, NULL, NULL, NULL, NULL, false);
INSERT INTO public.wd_user_app_rel
(id, "userId", "applicationId", "deviceKey", "createdDate", "updatedDate", "registrationId", "userKey", "pushNotificationFormat", "deviceType", "lastSyncTime")
VALUES(2, 2, NULL, 'd2Rib3QjOiMwIzojMTUwNTkwOTQ2MzYzMyM6IzQwMTFhZTVkLTk2ZTItNGZhMC1hOTc4LTYxNWE4ZmVhMTBkMw==', '2017-06-22 11:41:10.177', '2017-06-22 11:41:10.177', NULL, '2af95700-2615-45e0-839a-468b6f7fbd7a', NULL, 8, 1498106470175);
-- initial user for transaction log (DMA Bot)
INSERT INTO public.wd_user
("userId", password, "displayName", email, "contactNumber", "roleName", "createdDate", "updatedDate", id, "imageLinkUrl", "userKey", "emailVerified", "enableEncryption", timezone, "prefContactAPI", deactivate, "pricingPackage", "lastSeenAtTime", status, "statusMessage", "imageLink", "lastLoggedInAtTime", "lastMessageAtTime", connected)
VALUES('dmabot', 'password', 'dmabot', 'admin@hotmail.com', NULL, NULL, '2017-06-16 17:27:50.271', '2017-07-27 14:01:59.212', 3, NULL, 'f2c2cf53-ab6e-4f4f-a021-a2eacf28c6f4', NULL, NULL, NULL, NULL, false, NULL, 1501138919208, NULL, NULL, NULL, NULL, NULL, false);
INSERT INTO public.wd_user_app_rel
(id, "userId", "applicationId", "deviceKey", "createdDate", "updatedDate", "registrationId", "userKey", "pushNotificationFormat", "deviceType", "lastSyncTime")
VALUES(3, 3, NULL, 'ZG1hYm90IzojMCM6IzE1MDU5MDk0ODI2MjYjOiNmNDQ5ODc0YS1lYzMyLTQ3OTgtOGM5ZS1kODQzNmJhZmY0MmE=', '2017-06-22 11:41:10.177', '2017-06-22 11:41:10.177', NULL, 'f2c2cf53-ab6e-4f4f-a021-a2eacf28c6f4', NULL, 8, 1498106470175);
-- initial wd_admin_user -- initial wd_admin_user
INSERT INTO public.wd_admin_user (username,password,actived,id) VALUES ( INSERT INTO public.wd_admin_user (username,password,actived,id) VALUES (
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!