X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.9.16%2F06_google_apps.sql;h=5947f34676f23013d8bdbe00771a299942102ace;hb=21c7c593d7100a887f984c49a82c03eb32169fc4;hp=1ad53f3d1c3514bccb89b3c47c81235fa668b581;hpb=cbfaae155e75c6e93e36a0d6ba68fc73744d3bca;p=platal.git diff --git a/upgrade/0.9.16/06_google_apps.sql b/upgrade/0.9.16/06_google_apps.sql index 1ad53f3..5947f34 100644 --- a/upgrade/0.9.16/06_google_apps.sql +++ b/upgrade/0.9.16/06_google_apps.sql @@ -54,8 +54,8 @@ CREATE TABLE IF NOT EXISTS `gapps_accounts` ( CREATE TABLE IF NOT EXISTS `gapps_queue` ( -- Queue identification fields. q_id INT NOT NULL AUTO_INCREMENT, - q_owner_id SMALLINT DEFAULT NULL, - q_recipient_id SMALLINT DEFAULT NULL, + q_owner_id SMALLINT UNSIGNED DEFAULT NULL, + q_recipient_id SMALLINT UNSIGNED DEFAULT NULL, -- Queue management information. p_entry_date DATETIME NOT NULL,