Unverified Commit 69e3ba6b authored by boojack's avatar boojack Committed by GitHub

chore: update demo seeding data (#318)

chore: update seeding data
parent bf5b7e74
...@@ -7,8 +7,7 @@ INSERT INTO ...@@ -7,8 +7,7 @@ INSERT INTO
VALUES VALUES
( (
1001, 1001,
"#Hello 👋 Welcome to memos. "#Hello 👋 Welcome to memos.",
And here is old Jack's Page: [/u/102](/u/102)",
101 101
); );
...@@ -23,9 +22,9 @@ VALUES ...@@ -23,9 +22,9 @@ VALUES
( (
1002, 1002,
'#TODO '#TODO
- [ ] Take more photos about **🌄 sunset**; - [x] Take more photos about **🌄 sunset**;
- [x] Clean the room; - [x] Clean the room;
- [x] Read *📖 The Little Prince*; - [ ] Read *📖 The Little Prince*;
(👆 click to toggle status)', (👆 click to toggle status)',
101, 101,
'PROTECTED' 'PROTECTED'
...@@ -41,7 +40,9 @@ INSERT INTO ...@@ -41,7 +40,9 @@ INSERT INTO
VALUES VALUES
( (
1003, 1003,
'好好学习,天天向上。🤜🤛', "DevJoy is **the Developer's ChinaJoy**.
![](https://www.devjoy.org/images/skateboard.webp)
🌐 [devjoy.org](https://www.devjoy.org/)",
101, 101,
'PUBLIC' 'PUBLIC'
); );
......
...@@ -10,3 +10,16 @@ VALUES ...@@ -10,3 +10,16 @@ VALUES
101, 101,
1 1
); );
INSERT INTO
memo_organizer (
`memo_id`,
`user_id`,
`pinned`
)
VALUES
(
1003,
101,
1
);
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
} }
.img { .img {
@apply float-left max-w-full rounded cursor-pointer hover:shadow; @apply block max-w-full rounded cursor-pointer hover:shadow;
} }
.tag-span { .tag-span {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment