001package com.avaje.ebean.config.dbplatform;
002
003/**
004 * Runtime support for @History with H2.
005 */
006public class H2HistorySupport extends DbViewHistorySupport {
007
008}