Skip to content

Commit 7086672

Browse files
committed
Refine demo users
1 parent f2b3d3e commit 7086672

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

seeders/20180808072358-demo-users.js

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,58 @@ module.exports = {
88
*/
99

1010
const demoUsers = [{
11-
username: 'mhaidarh',
12-
email: 'haidar@impactbyte.com',
11+
username: 'haidar',
12+
email: 'haidar@example.com',
1313
createdAt: new Date(),
1414
updatedAt: new Date()
1515
}, {
1616
username: 'abbayosua',
17-
email: 'email@abbayosua.com',
17+
email: 'abba@example.com',
1818
createdAt: new Date(),
1919
updatedAt: new Date()
2020
}, {
2121
username: 'fabilqis',
22-
email: 'fadillah.bilqis@gmail.com',
22+
email: 'fadillah.bilqis@example.com',
2323
createdAt: new Date(),
2424
updatedAt: new Date()
2525
}, {
2626
username: 'gunturkh',
27-
email: 'guntur.kh@gmail.com',
27+
email: 'guntur.kh@example.com',
2828
createdAt: new Date(),
2929
updatedAt: new Date()
3030
}, {
3131
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+
3363
createdAt: new Date(),
3464
updatedAt: new Date()
3565
}]
@@ -45,4 +75,4 @@ module.exports = {
4575

4676
return queryInterface.bulkDelete('Users', null, {});
4777
}
48-
};
78+
};

0 commit comments

Comments
 (0)