diff --git a/src/main/resources/local/init.sql b/src/main/resources/local/init.sql index 9640ebe..379f54f 100644 --- a/src/main/resources/local/init.sql +++ b/src/main/resources/local/init.sql @@ -1465,22 +1465,9 @@ INSERT INTO public.notification (id,confirm_date,create_date,message,title,membe 30,NULL,'2017-08-29 16:39:18.143','Message29','Title29',1); - - - - - - - - - - - - - - - - - - - +INSERT INTO public.auth_crawler (auth_json,create_date,crawler_id,target_id) VALUES ( +'{"Community":"public"}','2017-09-08 18:31:05.126',20,5); +INSERT INTO public.auth_crawler (auth_json,create_date,crawler_id,target_id) VALUES ( +'{"ID":"administrator","PassWord":"dbseogns18"}','2017-09-08 18:31:18.581',23,5); +INSERT INTO public.auth_crawler (auth_json,create_date,crawler_id,target_id) VALUES ( +'{"DB Name":"test","ID":"docker","PassWord":"qwer5795QWER"}','2017-09-08 18:31:37.206',11,5); \ No newline at end of file