Did you know ... Search Documentation:
Pack blog_core -- prolog/bc/bc_migrate.pl
PublicShow source

Handles data migrations for the underlying docstore database. Migrations are run in the order of bc_migrate/3 calls.

 bc_migrate(+Name, +Desc, :Goal) is det
Executes the given migration in transaction. Remembers the migration by it's name. Migration names must be unique.