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…
Reference in New Issue
Block a user