From eb99cd9fb2702c8afc465a8019850112c40eca4d Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Mon, 14 Sep 2015 17:31:35 +0300 Subject: [PATCH] dbschema: re-generate SQL scripts (cherry picked from commit 70a587fa372e17157c0a8dbb1b26e71620ab2ce4) --- scripts/mysql/presence-create.sql | 2 +- scripts/pi_http/pi_framework.xml | 2 +- scripts/pi_http/presence-table | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/mysql/presence-create.sql b/scripts/mysql/presence-create.sql index e239e19e4c7..d260a07e035 100644 --- a/scripts/mysql/presence-create.sql +++ b/scripts/mysql/presence-create.sql @@ -57,7 +57,7 @@ CREATE TABLE xcap ( id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL, username CHAR(64) NOT NULL, domain CHAR(64) NOT NULL, - doc BLOB NOT NULL, + doc LONGBLOB NOT NULL, doc_type INT(11) NOT NULL, etag CHAR(64) NOT NULL, source INT(11) NOT NULL, diff --git a/scripts/pi_http/pi_framework.xml b/scripts/pi_http/pi_framework.xml index 964897f87b5..2c5ea9eac31 100644 --- a/scripts/pi_http/pi_framework.xml +++ b/scripts/pi_http/pi_framework.xml @@ -692,7 +692,7 @@ idDB_INT usernameDB_STR domainDB_STR - docDB_BLOB + docLONGBLOB doc_typeDB_INT etagDB_STR sourceDB_INT diff --git a/scripts/pi_http/presence-table b/scripts/pi_http/presence-table index 949a24d9e2e..8737e07e3f9 100644 --- a/scripts/pi_http/presence-table +++ b/scripts/pi_http/presence-table @@ -59,7 +59,7 @@ idDB_INT usernameDB_STR domainDB_STR - docDB_BLOB + docLONGBLOB doc_typeDB_INT etagDB_STR sourceDB_INT