mirror of
https://github.com/usememos/memos.git
synced 2024-11-17 04:07:30 +08:00
13 lines
135 B
MySQL
13 lines
135 B
MySQL
|
INSERT INTO
|
||
|
system_setting (
|
||
|
`name`,
|
||
|
`value`,
|
||
|
`description`
|
||
|
)
|
||
|
VALUES
|
||
|
(
|
||
|
'allowSignUp',
|
||
|
'true',
|
||
|
''
|
||
|
);
|