mirror of
https://github.com/usememos/memos.git
synced 2025-02-15 19:00:46 +01:00
chore: add default local storage path (#1457)
This commit is contained in:
parent
5caa8cdec5
commit
bdc00d67b2
@ -0,0 +1,7 @@
|
||||
INSERT
|
||||
OR IGNORE INTO system_setting(name, value)
|
||||
VALUES
|
||||
(
|
||||
'local-storage-path',
|
||||
'"assets/{timestamp}_{filename}"'
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user