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