fix(mysql): increase max media size restricted from 16kb to 4gb (#3839)
This commit is contained in:
@@ -42,7 +42,7 @@ import type {
|
||||
|
||||
const customBlob = customType<{ data: Buffer }>({
|
||||
dataType() {
|
||||
return "BLOB";
|
||||
return "LONGBLOB"; // Has max size of 4GB
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user