We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a3f89 commit b018569Copy full SHA for b018569
sql/update-10.0.0.sql
@@ -1,5 +1,5 @@
1
ALTER TABLE `glpi_plugin_connections_connections`
2
-CHANGE `users_id` `users_id_tech` int(11) NOT NULL default '0' COMMENT 'RELATION to glpi_users (id)';
+CHANGE `users_id` `users_id_tech` int unsigned NOT NULL default '0' COMMENT 'RELATION to glpi_users (id)';
3
4
- CHANGE `groups_id` `groups_id_tech` int(11) NOT NULL default '0' COMMENT 'RELATION to glpi_groups (id)';
+ CHANGE `groups_id` `groups_id_tech` int unsigned NOT NULL default '0' COMMENT 'RELATION to glpi_groups (id)';
5
0 commit comments