Changes between Initial Version and Version 1 of Ticket #36377


Ignore:
Timestamp:
May 8, 2025, 11:55:48 AM (4 months ago)
Author:
anthony sottile
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36377 – Description

    initial v1  
    33something like:
    44
    5 ```python
     5{{{
    66operations = [BtreeGistExtension(hints={'tables': ['sentry_whatever']})]
    7 ```
     7}}}
    88
    99(and updating the `allow_migrate(...)` calls inside `CreateExtension`)
Back to Top