Skip to content
Snippets Groups Projects
  • Richard van der Hoff's avatar
    567f88f8
    Prep work for removing `outlier` from `internal_metadata` (#9411) · 567f88f8
    Richard van der Hoff authored
    * Populate `internal_metadata.outlier` based on `events` table
    
    Rather than relying on `outlier` being in the `internal_metadata` column,
    populate it based on the `events.outlier` column.
    
    * Move `outlier` out of InternalMetadata._dict
    
    Ultimately, this will allow us to stop writing it to the database. For now, we
    have to grandfather it back in so as to maintain compatibility with older
    versions of Synapse.
    Prep work for removing `outlier` from `internal_metadata` (#9411)
    Richard van der Hoff authored
    * Populate `internal_metadata.outlier` based on `events` table
    
    Rather than relying on `outlier` being in the `internal_metadata` column,
    populate it based on the `events.outlier` column.
    
    * Move `outlier` out of InternalMetadata._dict
    
    Ultimately, this will allow us to stop writing it to the database. For now, we
    have to grandfather it back in so as to maintain compatibility with older
    versions of Synapse.