saving saved search, #73

This commit is contained in:
azivner
2018-03-11 10:49:22 -04:00
parent f6c7f6a0f2
commit ce754cbd91
6 changed files with 81 additions and 16 deletions

View File

@@ -214,7 +214,7 @@ async function runAllChecks() {
FROM
notes
WHERE
type != 'text' AND type != 'code' AND type != 'render' AND type != 'file'`,
type != 'text' AND type != 'code' AND type != 'render' AND type != 'file' AND type != 'search'`,
"Note has invalid type", errorList);
await runSyncRowChecks("notes", "noteId", errorList);