Index: trunk/extensions/CentralAuth/db_patches/patch-global_properties.sql |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | -- Allow users to share preferences across wikis |
3 | 3 | CREATE TABLE global_user_properties ( |
4 | | - gp_user int(11) NOT NULL, |
| 4 | + gp_user int NOT NULL, |
5 | 5 | gp_property varbinary(255) NOT NULL, |
6 | 6 | gp_value BLOB, |
7 | 7 | |