Skip to content

Commit

Permalink
Update install-0.1.0.php
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
fballiano authored Apr 6, 2021
1 parent 8140704 commit 1361225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
`image_id` int unsigned AUTO_INCREMENT,
`entity_type_id` smallint (5) unsigned NOT NULL,
`path` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
PRIMARY KEY (`image_id`),
UNIQUE KEY `entity_type_id` (`entity_type_id`,`path`)
);");
$installer->endSetup();

0 comments on commit 1361225

Please sign in to comment.