diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/schema/mysql.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql index 180d39f97..255272a91 100644 --- a/engine/schema/mysql.sql +++ b/engine/schema/mysql.sql @@ -149,7 +149,7 @@ CREATE TABLE `prefix_users_entity` ( ) ENGINE=MyISAM;
-- Extra information relating to "groups" -CREATE TABLE `prefix_groups_entity` +CREATE TABLE `prefix_groups_entity` ( `guid` bigint(20) unsigned NOT NULL,
`name` text NOT NULL,
|