This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
memos
mirror of
https://github.com/usememos/memos
Watch
1
Star
0
Fork
You've already forked memos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
61abc6dd11
memos
/
store
/
db
/
seed
/
10005__system_setting.sql
13 lines
135 B
SQL
Raw
Blame
History
INSERT
INTO
system_setting
(
`
name
`
,
`
value
`
,
`
description
`
)
VALUES
(
'
allowSignUp
'
,
'
true
'
,
'
'
)
;
Reference in New Issue
View Git Blame
Copy Permalink