mirror of https://github.com/usememos/memos
chore: update system setting default value (#1665)
parent
041be46732
commit
1a8310f027
@ -1,7 +0,0 @@
|
||||
INSERT
|
||||
OR IGNORE INTO system_setting(name, value)
|
||||
VALUES
|
||||
(
|
||||
'local-storage-path',
|
||||
'"assets/{timestamp}_{filename}"'
|
||||
);
|
@ -1,5 +0,0 @@
|
||||
INSERT INTO
|
||||
system_setting (`name`, `value`, `description`)
|
||||
VALUES
|
||||
('allow-signup', 'true', ''),
|
||||
('max-upload-size-mib', '32', '');
|
Loading…
Reference in New Issue