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-19 05:01:27 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c399ff86e0
memos
/
store
/
db
/
seed
/
10005__system_setting.sql
4 lines
99 B
MySQL
Raw
Normal View
History
Unescape
Escape
chore: format SQL (#987) chore: format sql
2023-01-22 21:16:03 +08:00
INSERT
INTO
system_setting
(
`
name
`
,
`
value
`
,
`
description
`
)
feat: add system setting to allow user signup (#407)
2022-11-03 21:47:36 +08:00
VALUES
chore: format SQL (#987) chore: format sql
2023-01-22 21:16:03 +08:00
(
'
allowSignUp
'
,
'
true
'
,
'
'
)
;
Reference in a new issue
Copy permalink