()
| 115 | } |
| 116 | |
| 117 | export async function wipeDocuments() { |
| 118 | await databaseDelete("state"); |
| 119 | await databaseDelete("documents"); |
| 120 | |
| 121 | await wipeOldFormat(); |
| 122 | } |
| 123 | |
| 124 | // ========================= |
| 125 | // Migration from old format |
nothing calls this directly
no test coverage detected