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-17 12:17:39 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fc01a796f8
memos
/
store
/
db
/
sqlite
/
seed
/
10005__system_setting.sql
5 lines
103 B
MySQL
Raw
Normal View
History
Unescape
Escape
chore: update seed data
2023-12-15 22:34:19 +08:00
INSERT
INTO
system_setting
(
`
name
`
,
`
value
`
)
VALUES
chore: fix demo seed data
2023-12-20 08:18:56 +08:00
(
'
instance-url
'
,
'
https://demo.usememos.com
'
)
;
Reference in a new issue
Copy permalink