mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-29 00:30:12 +01:00
Use MEDIUMBLOB for MySQL as some icons are big.
This commit is contained in:
parent
3bcad1cf84
commit
f522cf972e
@ -300,5 +300,5 @@ QString MariaDbDriver::autoIncrementPrimaryKey() const {
|
||||
}
|
||||
|
||||
QString MariaDbDriver::blob() const {
|
||||
return QSL("BLOB");
|
||||
return QSL("MEDIUMBLOB");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user