Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
69e3ba6b
Unverified
Commit
69e3ba6b
authored
Oct 20, 2022
by
boojack
Committed by
GitHub
Oct 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update demo seeding data (#318)
chore: update seeding data
parent
bf5b7e74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
10002__memo.sql
store/db/seed/10002__memo.sql
+6
-5
10003__memo_organizer.sql
store/db/seed/10003__memo_organizer.sql
+13
-0
memo-content.less
web/src/less/memo-content.less
+1
-1
No files found.
store/db/seed/10002__memo.sql
View file @
69e3ba6b
...
...
@@ -7,8 +7,7 @@ INSERT INTO
VALUES
(
1001
,
"#Hello 👋 Welcome to memos.
And here is old Jack's Page: [/u/102](/u/102)"
,
"#Hello 👋 Welcome to memos."
,
101
);
...
...
@@ -23,9 +22,9 @@ VALUES
(
1002
,
'#TODO
- [
] Take more photos about **🌄 sunset**;
- [
x
] Take more photos about **🌄 sunset**;
- [x] Clean the room;
- [
x
] Read *📖 The Little Prince*;
- [
] Read *📖 The Little Prince*;
(👆 click to toggle status)'
,
101
,
'PROTECTED'
...
...
@@ -41,7 +40,9 @@ INSERT INTO
VALUES
(
1003
,
'好好学习,天天向上。🤜🤛'
,
"DevJoy is **the Developer's ChinaJoy**.

🌐 [devjoy.org](https://www.devjoy.org/)"
,
101
,
'PUBLIC'
);
...
...
store/db/seed/10003__memo_organizer.sql
View file @
69e3ba6b
...
...
@@ -10,3 +10,16 @@ VALUES
101
,
1
);
INSERT
INTO
memo_organizer
(
`memo_id`
,
`user_id`
,
`pinned`
)
VALUES
(
1003
,
101
,
1
);
web/src/less/memo-content.less
View file @
69e3ba6b
...
...
@@ -19,7 +19,7 @@
}
.img {
@apply
float-left
max-w-full rounded cursor-pointer hover:shadow;
@apply
block
max-w-full rounded cursor-pointer hover:shadow;
}
.tag-span {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment