mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 10:11:42 +03:00
13 lines
135 B
SQL
13 lines
135 B
SQL
INSERT INTO
|
|
system_setting (
|
|
`name`,
|
|
`value`,
|
|
`description`
|
|
)
|
|
VALUES
|
|
(
|
|
'allowSignUp',
|
|
'true',
|
|
''
|
|
);
|