mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-03 00:02:28 +08:00
- Fix table name casing (use lowercase 'models' instead of 'Model') - Convert provider_model_aliases to jsonb for better performance and GIN index support - Use jsonb_path_ops for more efficient JSONB GIN indexing - Add dialect check to only apply jsonb conversion on PostgreSQL - Improve downgrade migration to properly restore json column type