aboutsummaryrefslogtreecommitdiff
path: root/engine/schema
diff options
context:
space:
mode:
Diffstat (limited to 'engine/schema')
-rw-r--r--engine/schema/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index 5fb346918..559c1655f 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -72,7 +72,7 @@ CREATE TABLE `prefix_entity_relationships` (
-- Table structure for table `access_collections`
CREATE TABLE `prefix_access_collections` (
- `id` int(11) NOT NULL,
+ `id` int(11) NOT NULL auto_increment,
`name` varchar(16) NOT NULL,
`owner_guid` bigint(20) unsigned NOT NULL,
`site_guid` bigint(20) unsigned NOT NULL default '0',