2020-09-21 Fred Gleason <fredg@paravelsystems.com>

* Modified the type of the 'FEED_IMAGES.DATA' database field
	to 'longblob'.
	* Incremented the database version to 336.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-22 15:44:51 -04:00
parent 5a549b7866
commit d534aacfd1
6 changed files with 29 additions and 3 deletions

View File

@@ -13,4 +13,4 @@ HEIGHT int(11) signed Pixels
DEPTH int(11) signed Bits/pixel
DESCRIPTION varchar(191)
FILE_EXTENSION varchar(10)
DATA mediumblob
DATA longblob