Changes between Initial Version and Version 1 of Ticket #36377
- Timestamp:
- May 8, 2025, 11:55:48 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36377 – Description
initial v1 3 3 something like: 4 4 5 ```python 5 {{{ 6 6 operations = [BtreeGistExtension(hints={'tables': ['sentry_whatever']})] 7 ``` 7 }}} 8 8 9 9 (and updating the `allow_migrate(...)` calls inside `CreateExtension`)