@fileverse/api 0.0.10 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -1106,7 +1106,9 @@ CREATE TABLE IF NOT EXISTS files (
1106
1106
  commentKey TEXT,
1107
1107
  linkKey TEXT,
1108
1108
  linkKeyNonce TEXT,
1109
- link TEXT
1109
+ link TEXT,
1110
+ derivedKey TEXT,
1111
+ secretKey TEXT
1110
1112
  );
1111
1113
  CREATE INDEX IF NOT EXISTS idx_files_createdAt ON files(createdAt);
1112
1114
  CREATE INDEX IF NOT EXISTS idx_files_syncStatus ON files(syncStatus);