migrations: use startup migration for tenants' system.zones #67681
Labels
A-zone-configs
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Part of #66348. In #67323 we introduced per-tenant
system.zones
using tenant migrations for extant tenants, and bootstrap code for new tenants. Startup migrations (today calledsqlmigrations
) seem better suited for introducing new system tables + populating it with initial static values.The text was updated successfully, but these errors were encountered: