Packages

Database postgresql migrations util

Current section

Files

Jump to
dbschema src dbschema_migration.erl
Raw

src/dbschema_migration.erl

-module(dbschema_migration).
-callback up(epgpool:connection()) -> ok | {error, Reason :: any()}.
-callback down(epgpool:connection()) -> ok | {error, Reason :: any()}.