@@ -8,28 +8,58 @@ module.exports = {
8
8
*/
9
9
10
10
const demoUsers = [ {
11
- username : 'mhaidarh ' ,
12
- email : 'haidar@impactbyte .com' ,
11
+ username : 'haidar ' ,
12
+ email : 'haidar@example .com' ,
13
13
createdAt : new Date ( ) ,
14
14
updatedAt : new Date ( )
15
15
} , {
16
16
username : 'abbayosua' ,
17
- email : 'email@abbayosua .com' ,
17
+ email : 'abba@example .com' ,
18
18
createdAt : new Date ( ) ,
19
19
updatedAt : new Date ( )
20
20
} , {
21
21
username : 'fabilqis' ,
22
- email : 'fadillah.bilqis@gmail .com' ,
22
+ email : 'fadillah.bilqis@example .com' ,
23
23
createdAt : new Date ( ) ,
24
24
updatedAt : new Date ( )
25
25
} , {
26
26
username : 'gunturkh' ,
27
- email : 'guntur.kh@gmail .com' ,
27
+ email : 'guntur.kh@example .com' ,
28
28
createdAt : new Date ( ) ,
29
29
updatedAt : new Date ( )
30
30
} , {
31
31
username : 'indrolie' ,
32
-
32
+
33
+ createdAt : new Date ( ) ,
34
+ updatedAt : new Date ( )
35
+ } , {
36
+ username : 'mayasopiee' ,
37
+
38
+ createdAt : new Date ( ) ,
39
+ updatedAt : new Date ( )
40
+ } , {
41
+ username : 'alifraher' ,
42
+
43
+ createdAt : new Date ( ) ,
44
+ updatedAt : new Date ( )
45
+ } , {
46
+ username : 'ariebrainware' ,
47
+
48
+ createdAt : new Date ( ) ,
49
+ updatedAt : new Date ( )
50
+ } , {
51
+ username : 'wondoindra' ,
52
+
53
+ createdAt : new Date ( ) ,
54
+ updatedAt : new Date ( )
55
+ } , {
56
+ username : 'michaeltamsil' ,
57
+
58
+ createdAt : new Date ( ) ,
59
+ updatedAt : new Date ( )
60
+ } , {
61
+ username : 'amirul-inc' ,
62
+
33
63
createdAt : new Date ( ) ,
34
64
updatedAt : new Date ( )
35
65
} ]
@@ -45,4 +75,4 @@ module.exports = {
45
75
46
76
return queryInterface . bulkDelete ( 'Users' , null , { } ) ;
47
77
}
48
- } ;
78
+ } ;
0 commit comments