@@ -206,10 +206,10 @@ INSERT INTO profiles (id, name, username, email, phone, password, role, location
206206VALUES (
207207 ' 00000000-0000-0000-0000-000000000001' ,
208208 ' Ram' ,
209- ' ramvj2005 ' ,
210- ' ramvj2005 @gmail.com' ,
209+ ' brocode ' ,
210+ ' brocode @gmail.com' ,
211211 ' 7826821130' ,
212- ' ramkumar ' ,
212+ ' admin@brocode ' ,
213213 ' admin' ,
214214 ' Attibele' ,
215215 true
@@ -225,16 +225,16 @@ ON CONFLICT (id) DO UPDATE SET
225225 is_verified = EXCLUDED .is_verified ;
226226
227227-- Insert other users
228- INSERT INTO profiles (id, name, username, phone, role, location, is_verified)
228+ INSERT INTO profiles (id, name, username, phone, password, role, location, is_verified)
229229VALUES
230- (' 00000000-0000-0000-0000-000000000002' , ' Dhanush' , ' dhanush' , ' 9994323520' , ' user' , ' Attibele' , true),
231- (' 00000000-0000-0000-0000-000000000003' , ' Godwin' , ' godwin' , ' 8903955341' , ' user' , ' Attibele' , true),
232- (' 00000000-0000-0000-0000-000000000004' , ' Tharun' , ' tharun' , ' 9345624112' , ' user' , ' Attibele' , true),
233- (' 00000000-0000-0000-0000-000000000005' , ' Sanjay' , ' sanjay' , ' 9865703667' , ' user' , ' Attibele' , true),
234- (' 00000000-0000-0000-0000-000000000006' , ' Soundar' , ' soundar' , ' 9566686921' , ' user' , ' Attibele' , true),
235- (' 00000000-0000-0000-0000-000000000007' , ' Jagadeesh' , ' jagadeesh' , ' 6381038172' , ' user' , ' Attibele' , true),
236- (' 00000000-0000-0000-0000-000000000008' , ' Ram' , ' ram' , ' 7826821130' , ' user' , ' Attibele' , true),
237- (' 00000000-0000-0000-0000-000000000009' , ' Lingesh' , ' lingesh' , ' ' , ' user' , ' Attibele' , true)
230+ (' 00000000-0000-0000-0000-000000000002' , ' Dhanush' , ' dhanush' , ' 9994323520' , ' dhanush123 ' , ' user' , ' Attibele' , true),
231+ (' 00000000-0000-0000-0000-000000000003' , ' Godwin' , ' godwin' , ' 8903955341' , ' godwin123 ' , ' user' , ' Attibele' , true),
232+ (' 00000000-0000-0000-0000-000000000004' , ' Tharun' , ' tharun' , ' 9345624112' , ' tharun123 ' , ' user' , ' Attibele' , true),
233+ (' 00000000-0000-0000-0000-000000000005' , ' Sanjay' , ' sanjay' , ' 9865703667' , ' sanjay123 ' , ' user' , ' Attibele' , true),
234+ (' 00000000-0000-0000-0000-000000000006' , ' Soundar' , ' soundar' , ' 9566686921' , ' soundar123 ' , ' user' , ' Attibele' , true),
235+ (' 00000000-0000-0000-0000-000000000007' , ' Jagadeesh' , ' jagadeesh' , ' 6381038172' , ' jagadeesh123 ' , ' user' , ' Attibele' , true),
236+ (' 00000000-0000-0000-0000-000000000008' , ' Ram' , ' ram' , ' 7826821130' , ' ram123 ' , ' user' , ' Attibele' , true),
237+ (' 00000000-0000-0000-0000-000000000009' , ' Lingesh' , ' lingesh' , ' ' , ' lingesh123 ' , ' user' , ' Attibele' , true)
238238ON CONFLICT (id) DO UPDATE SET
239239 name = EXCLUDED .name ,
240240 username = EXCLUDED .username ,
0 commit comments