Skip to content

Commit b018569

Browse files
committed
Fix update 10
1 parent 46a3f89 commit b018569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/update-10.0.0.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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)';
2+
CHANGE `users_id` `users_id_tech` int unsigned NOT NULL default '0' COMMENT 'RELATION to glpi_users (id)';
33
ALTER TABLE `glpi_plugin_connections_connections`
4-
CHANGE `groups_id` `groups_id_tech` int(11) NOT NULL default '0' COMMENT 'RELATION to glpi_groups (id)';
4+
CHANGE `groups_id` `groups_id_tech` int unsigned NOT NULL default '0' COMMENT 'RELATION to glpi_groups (id)';
55

0 commit comments

Comments
 (0)