Skip to content

Commit 8a19a44

Browse files
author
Nino van Galen
committed
fix: Cleaned seeders
1 parent 3953877 commit 8a19a44

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

lib/database/seeders/20200426144121-seeder-user.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ module.exports = {
55
{
66
id: 1,
77
external_id: 123,
8-
created_at: new Date(),
9-
updated_at: new Date(),
108
},
119
]),
1210

lib/database/seeders/20200508094502-seeder-skeleton.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,20 @@ module.exports = {
1919
origin: 'human',
2020
user_id: 1,
2121
text: 'Power interruption due to unplugged wire.',
22-
created_at: new Date(),
23-
updated_at: new Date(),
2422
},
2523
{
2624
title: 'Second entry',
2725
subtype: 'subsystem',
2826
origin: 'process',
2927
user_id: 1,
3028
text: 'Detected particle ABC123',
31-
created_at: new Date(),
32-
updated_at: new Date(),
3329
},
3430
{
3531
title: 'Third entry',
3632
subtype: 'announcement',
3733
origin: 'human',
3834
user_id: 1,
3935
text: 'Cake at the particle accelerator!',
40-
created_at: new Date(),
41-
updated_at: new Date(),
4236
},
4337
]),
4438

0 commit comments

Comments
 (0)