yasuki_core.accounts.migrate.migrate#

migrate(dsn=None)[source]#

Bring the accounts database up to the latest migration.

Parameters:
dsnstr, optional

The accounts-database DSN to apply against. Default the value from accounts_connection_string().

Returns:
appliedlist of str

The versions applied by this call (empty when already current).