Files
joshua-spacetime 208ee4b25c Automigrate views using new schema for backing table (#5441)
# Description of Changes

#5300 changed the backing table schema of views. While this technically
isn't a breaking change because these tables are ephemeral, the schema
is not ephemeral, so it does require us to update the schema by dropping
and re-adding views once on initial startup.

# API and ABI breaking changes

None

# Expected complexity level and risk

1.5

# Testing

Auto-migration unit tests
2026-06-26 21:14:51 +00:00
..