pub(crate) fn durable_migrate( tx: &mut Transaction<'_>, _organization_id: Uuid, _boot_ts: Timestamp, ) -> Result<(), Error>
Migrations that run only on the durable catalog before any data is loaded into memory.