mirror of
https://github.com/usememos/memos.git
synced 2024-12-27 15:42:51 +08:00
chore: add default local storage path (#1457)
This commit is contained in:
parent
5caa8cdec5
commit
bdc00d67b2
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
INSERT
|
||||||
|
OR IGNORE INTO system_setting(name, value)
|
||||||
|
VALUES
|
||||||
|
(
|
||||||
|
'local-storage-path',
|
||||||
|
'"assets/{timestamp}_{filename}"'
|
||||||
|
);
|
Loading…
Reference in a new issue