mirror of
https://github.com/usememos/memos.git
synced 2025-11-17 14:41:04 +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…
Add table
Reference in a new issue