Packages

Database postgresql migrations util

Current section

Files

Jump to
dbschema include migrations.hrl
Raw

include/migrations.hrl

-record(migration, {
id :: non_neg_integer(),
filename :: binary(),
type :: binary()
}).