This website requires JavaScript.
Explore
Help
Sign in
usememos
/
memos
Watch
1
Star
1
Fork
You've already forked memos
0
mirror of
https://github.com/usememos/memos.git
synced
2024-11-16 19:56:11 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
995ec34bf8
memos
/
store
/
seed
/
10002__memo.sql
11 lines
120 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: system api with profiles
2022-03-29 20:53:43 +08:00
INSERT
INTO
memo
(
`
content
`
,
`
creator_id
`
)
chore: update db initial
2022-03-28 23:38:12 +08:00
VALUES
feat: system api with profiles
2022-03-29 20:53:43 +08:00
(
'
#memos 👋 Welcome to memos
'
,
101
)
;
Reference in a new issue
Copy permalink