Skip to content

Commit

Permalink
fix: Cleaned seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
Nino van Galen committed May 8, 2020
1 parent 3953877 commit 8a19a44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions lib/database/seeders/20200426144121-seeder-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module.exports = {
{
id: 1,
external_id: 123,
created_at: new Date(),
updated_at: new Date(),
},
]),

Expand Down
6 changes: 0 additions & 6 deletions lib/database/seeders/20200508094502-seeder-skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,20 @@ module.exports = {
origin: 'human',
user_id: 1,
text: 'Power interruption due to unplugged wire.',
created_at: new Date(),
updated_at: new Date(),
},
{
title: 'Second entry',
subtype: 'subsystem',
origin: 'process',
user_id: 1,
text: 'Detected particle ABC123',
created_at: new Date(),
updated_at: new Date(),
},
{
title: 'Third entry',
subtype: 'announcement',
origin: 'human',
user_id: 1,
text: 'Cake at the particle accelerator!',
created_at: new Date(),
updated_at: new Date(),
},
]),

Expand Down

0 comments on commit 8a19a44

Please sign in to comment.