Stable key for the transaction-scoped advisory lock that serializes
migrations across processes. The integer spells BULL (0x42554c4c) and is
documented here so other runtimes (the Elixir/Python ports) use the exact
same lock. The lock is namespaced per schema (via hashtext(schema)) so
migrating one namespace never blocks another.
Stable key for the transaction-scoped advisory lock that serializes migrations across processes. The integer spells
BULL(0x42554c4c) and is documented here so other runtimes (the Elixir/Python ports) use the exact same lock. The lock is namespaced per schema (viahashtext(schema)) so migrating one namespace never blocks another.