email_auth table data modify

This commit is contained in:
geek 2018-03-07 14:49:53 +09:00
parent 0a48c2093d
commit 09f49f03d4

View File

@ -862,10 +862,10 @@ INSERT INTO public."member" (company_name,create_date,email,"name",phone,pw,stat
'loafle','2017-06-26 11:07:27.625','geekdev@naver.com','geek','000-000-0000','$2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ.',1);
INSERT INTO public.email_auth (auth_confirm_date,create_date,email_auth_key,member_id) VALUES (
NULL,'2017-06-26 15:28:48.895','dbseogns1234',1);
'2017-06-27 15:28:48.895','2017-06-26 15:28:48.895','dbseogns1234',1);
INSERT INTO public.email_auth (auth_confirm_date,create_date,email_auth_key,member_id) VALUES (
NULL,'2017-11-22 12:28:48.895','dbseogns1234',1);
'2017-12-26 15:28:48.895','2017-11-22 12:28:48.895','dbseogns1234',2);
INSERT INTO public."domain" (create_date,"name") VALUES (
'2017-06-26 11:25:44.866','overFlow''s domain');