Commit 7c1abf9
committed
fix: update test fixture files table to use mime_type (no content_hash)
The test fixture's files table was using the old column names (content_type,
content_hash) which don't match the actual generated schema from
storage_module.sql (mime_type, no content_hash on files).1 parent 7e9f539 commit 7c1abf9
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
0 commit comments