mirror of https://github.com/usememos/memos
chore: add default local storage path (#1457)
parent
5caa8cdec5
commit
bdc00d67b2
@ -0,0 +1,7 @@
|
|||||||
|
INSERT
|
||||||
|
OR IGNORE INTO system_setting(name, value)
|
||||||
|
VALUES
|
||||||
|
(
|
||||||
|
'local-storage-path',
|
||||||
|
'"assets/{timestamp}_{filename}"'
|
||||||
|
);
|
Loading…
Reference in New Issue