package io.ebean.config.dbplatform.mysql; import io.ebean.config.dbplatform.DbViewHistorySupport; /** * Runtime support for @History with MySql. */ public class MySqlHistorySupport extends DbViewHistorySupport { }