yasuki_core.accounts.migrate.migrate# migrate(dsn=None)[source]# Bring the accounts database up to the latest migration. Parameters: dsnstr, optionalThe accounts-database DSN to apply against. Default the value from accounts_connection_string(). Returns: appliedlist of strThe versions applied by this call (empty when already current).