This website requires JavaScript.
Explore
Help
Sign In
usememos
/
memos
Watch
1
Star
1
Fork
0
You've already forked memos
mirror of
https://github.com/usememos/memos.git
synced
2024-12-21 10:11:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f3090b115d
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 16:16:03 +03:00
INSERT
INTO
system_setting
(
`
name
`
,
`
value
`
,
`
description
`
)
feat: add system setting to allow user signup (#407)
2022-11-03 16:47:36 +03:00
VALUES
chore: format SQL (#987) chore: format sql
2023-01-22 16:16:03 +03:00
(
'
allowSignUp
'
,
'
true
'
,
'
'
)
;
Reference in New Issue
Copy Permalink