Skip to content

Commit

Permalink
fix: user_id cant be 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nino van Galen committed May 8, 2020
1 parent 97d1a26 commit 830f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/database/seeders/20200426144121-seeder-skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
title: 'Second entry',
subtype: 'subsystem',
origin: 'process',
user_id: 0,
user_id: 1,
text: 'Detected particle ABC123',
created_at: new Date(),
updated_at: new Date(),
Expand Down

0 comments on commit 830f1b3

Please sign in to comment.