Skip to content

Commit cf4849b

Browse files
committed
OXDEV-8386 Remove comment from oxobject2group
1 parent 38f1296 commit cf4849b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Setup/Sql/database_schema.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ CREATE TABLE `oxobject2group` (
874874
PRIMARY KEY (`OXID`),
875875
KEY `OXOBJECTID` (`OXOBJECTID`),
876876
UNIQUE INDEX `UNIQ_OBJECTGROUP` (`OXGROUPSID`, `OXOBJECTID`, `OXSHOPID`)
877-
) ENGINE=InnoDB COMMENT 'Shows many-to-many relationship between users and groups';
877+
) ENGINE=InnoDB;
878878

879879
#
880880
# Table structure for table `oxobject2list`

0 commit comments

Comments
 (0)