不要怂,就是干,撸起袖子干!

Commit aede2b48 by Niyobe Committed by Sushant

docs(migrations): seeder example (#11195)

1 parent 6e0b1376
Showing with 2 additions and 2 deletions
...@@ -140,8 +140,8 @@ module.exports = { ...@@ -140,8 +140,8 @@ module.exports = {
firstName: 'John', firstName: 'John',
lastName: 'Doe', lastName: 'Doe',
email: 'demo@demo.com', email: 'demo@demo.com',
createdAt: Date.now(), createdAt: new Date(),
updatedAt: Date.now() updatedAt: new Date()
}], {}); }], {});
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!