Packages

SQL query builder core for Gleam

Current section

Files

Jump to
galchemy include galchemy@schema@migration@postgres_Applied.hrl
Raw

include/galchemy@schema@migration@postgres_Applied.hrl

-record(applied, {
plan :: galchemy@schema@migration@postgres:migration_plan(),
record :: galchemy@schema@migration@postgres:applied_migration()
}).