- Overhaul internal DB & JSON schema abstractions:
- Introduce an explicit JsonSchemaRegistry abstractions and injected it where needed, making our initialization order challenges more explicit.
- Remove unused and redundant JSON schema registry abstractions.
- Remove TableOrViewMetadata trait in favor of sealed tagged union.
- Simplify expanded FK column abstractions.
- Fix form input validation issue when inserting/updating records in the admin UI.
Full Changelog: v0.20.5...v0.20.6