diff --git a/src/main/resources/database/mysql/setupDatabase.sql b/src/main/resources/database/mysql/setupDatabase.sql index e72239b077f106c81851fb7ad1767a7286ecd8ec..df380e4277a184b07b73a80f7eeed0cb5e858ac7 100644 --- a/src/main/resources/database/mysql/setupDatabase.sql +++ b/src/main/resources/database/mysql/setupDatabase.sql @@ -1772,7 +1772,6 @@ alter table o_bs_group_member ENGINE = InnoDB; alter table o_re_to_group ENGINE = InnoDB; alter table o_bs_grant ENGINE = InnoDB; alter table o_repositoryentry_cycle ENGINE = InnoDB; -alter table o_repositorymetadata ENGINE = InnoDB; alter table o_lti_outcome ENGINE = InnoDB; alter table o_user ENGINE = InnoDB; alter table o_userproperty ENGINE = InnoDB;