pg-migrate-embed-1.0.0.0: src/Database/PostgreSQL/Migrate/Embed/Internal.hs
{-# OPTIONS_HADDOCK hide #-}
module Database.PostgreSQL.Migrate.Embed.Internal
( newMigrationWithRename,
)
where
import Database.PostgreSQL.Migrate.Embed.Authoring (newMigrationWithRename)