[Files Refactor] Rollback platform-agnostic paths (#2852)

* Rollback platform agnostic path storage
* Add release note for database change
This commit is contained in:
WithoutPants
2022-08-26 14:56:46 +10:00
parent 0c7b5cf6a1
commit 7b439556c0
13 changed files with 149 additions and 206 deletions

View File

@@ -0,0 +1 @@
### **Warning:** Windows users will need to re-migrate from schema version 31 if they are upgrading from an older `files-refactor` build, or manually change the path separators in the `folders` table from `/` to `\` in the database.

View File

@@ -1,4 +1,5 @@
import v0170 from "./v0170.md";
import r20220826 from "./20220826.md";
export type Module = typeof v0170;
@@ -13,4 +14,8 @@ export const releaseNotes: IReleaseNotes[] = [
date: 20220801,
content: v0170,
},
{
date: 20220826,
content: r20220826,
},
];