Skip to content

Commit

Permalink
#3262 - Make sure that primary index is in every table - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlesnikov committed Apr 1, 2022
1 parent f10531b commit 1a1d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/boonex/posts/install/sql/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ CREATE TABLE `bx_posts_favorites_track` (
PRIMARY KEY (`id`),
KEY `id` (`object_id`,`author_id`)
);
,

CREATE TABLE `bx_posts_favorites_lists` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
Expand Down

0 comments on commit 1a1d3cd

Please sign in to comment.