git-svn-id: http://piwigo.org/svn/trunk@1963 68402e56-0260-453c-a942-63ccdbb3a9ee

This commit is contained in:
rub
2007-04-19 20:40:38 +00:00
parent 5640d3c36f
commit ea4f185d1f
2 changed files with 55 additions and 1 deletions

View File

@@ -105,7 +105,8 @@ CREATE TABLE `phpwebgallery_groups` (
`id` smallint(5) unsigned NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`is_default` enum('true','false') NOT NULL default 'false',
PRIMARY KEY (`id`)
PRIMARY KEY (`id`),
UNIQUE KEY `groups_ui1` (`name`)
) TYPE=MyISAM;
--