Changes between Initial Version and Version 1 of Ticket #35180, comment 7


Ignore:
Timestamp:
Feb 12, 2024, 4:27:59 PM (7 months ago)
Author:
timbaginski

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35180, comment 7

    initial v1  
    3030>
    3131> **NOTE:** please do not consider this diff as suitable for a patch without further discussion.
    32 I've been looking at it and noticed the exact same thing. I think you just need to add a condition to check if the old field was type varchar or text and got changed.
    3332
     33I've been looking at it and noticed the same thing, though my code is less elegant. I'm new to open source contribution, so my apologies if my claiming of the ticket and subsequent lack of communication caused any headache
    3434
    3535{{{
     
    4545                self.execute(like_index_statement)
    4646}}}
    47 
    48 
    49 EDIT: I'm new to open source contribution, so my apologies if my claiming of the ticket and subsequent lack of communication caused any headache
Back to Top