feat: add fileHash column to files schema
Update files database schema and test suite to support fileHash property. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
3d2500ed7f
commit
22c2133b24
@@ -25,6 +25,7 @@ describe('Database Layer', () => {
|
||||
expect(files.sizeBytes).toBeDefined();
|
||||
expect(files.fileType).toBeDefined();
|
||||
expect(files.uploaderId).toBeDefined();
|
||||
expect(files.fileHash).toBeDefined();
|
||||
expect(files.createdAt).toBeDefined();
|
||||
expect(files.updatedAt).toBeDefined();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user