diff --git a/store/db/migration/prod/0.12/05__default_local_storage_path.sql b/store/db/migration/prod/0.12/05__default_local_storage_path.sql new file mode 100644 index 00000000..71908e84 --- /dev/null +++ b/store/db/migration/prod/0.12/05__default_local_storage_path.sql @@ -0,0 +1,7 @@ +INSERT + OR IGNORE INTO system_setting(name, value) +VALUES + ( + 'local-storage-path', + '"assets/{timestamp}_{filename}"' + ); \ No newline at end of file