Adds script for phones and addresses formatting after the merge.
[platal.git] / upgrade / 0.9.16 / 06_google_apps.sql
index 1ad53f3..5947f34 100644 (file)
@@ -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,