From 3b0346d84c7cd732a46b6d81b065bf80c17cd898 Mon Sep 17 00:00:00 2001 From: boojack Date: Sun, 3 Jul 2022 11:25:06 +0800 Subject: [PATCH] chore: update seed data --- store/db/seed/10002__memo.sql | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/store/db/seed/10002__memo.sql b/store/db/seed/10002__memo.sql index 27ed8674..27d94c58 100644 --- a/store/db/seed/10002__memo.sql +++ b/store/db/seed/10002__memo.sql @@ -7,7 +7,8 @@ INSERT INTO VALUES ( 101, - '#Hello 👋 Welcome to memos', + '#Hello 👋 Welcome to memos +![](https://api.star-history.com/svg?repos=usememos/memos&type=Date&size=mobile)', 101 ); @@ -21,9 +22,10 @@ VALUES ( 102, '#TODO -- [x] Clean my room in weekend; - [ ] Take more photos about **🌄 sunset**; -- [x] Reading *📖 The Little Prince*; +- [x] Clean the room; +- [x] Read *📖 The Little Prince*; +(👆 click to toggle status) ', 101 );