Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

N + 2: Add not null constraint to column full_user_id of tables profiles and user_filters #15537

Merged
merged 20 commits into from
May 16, 2023

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    73b17b6 View commit details
    Browse the repository at this point in the history
  2. add background update to copy entries from column user_id in table …

    …profiles to column `full_user_id`
    H-Shay committed May 3, 2023
    Configuration menu
    Copy the full SHA
    46ef802 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. add background update to copy column user_id of the table user_filt…

    …ers to `full_user_id` of same table
    H-Shay committed May 4, 2023
    Configuration menu
    Copy the full SHA
    de7d08e View commit details
    Browse the repository at this point in the history
  2. bump schema version

    H-Shay committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0cb14d8 View commit details
    Browse the repository at this point in the history
  3. newsfragment

    H-Shay committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b82c0c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbfb72f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Update synapse/storage/schema/__init__.py

    Co-authored-by: reivilibre <oliverw@matrix.org>
    H-Shay and reivilibre authored May 10, 2023
    Configuration menu
    Copy the full SHA
    a735a01 View commit details
    Browse the repository at this point in the history
  2. name constraint

    H-Shay committed May 10, 2023
    Configuration menu
    Copy the full SHA
    92b03ca View commit details
    Browse the repository at this point in the history
  3. requested changes

    H-Shay committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0252c10 View commit details
    Browse the repository at this point in the history
  4. add tests

    H-Shay committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2465b9d View commit details
    Browse the repository at this point in the history
  5. bump schema compat

    H-Shay committed May 10, 2023
    Configuration menu
    Copy the full SHA
    869c609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b0baa9 View commit details
    Browse the repository at this point in the history
  7. lint

    H-Shay committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6fd76c0 View commit details
    Browse the repository at this point in the history
  8. apparently I had an anyuerism

    H-Shay committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6075047 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update tests/storage/test_user_filters.py

    Co-authored-by: David Robertson <davidr@element.io>
    H-Shay and David Robertson authored May 12, 2023
    Configuration menu
    Copy the full SHA
    b8c3cf2 View commit details
    Browse the repository at this point in the history
  2. Update test_user_filters.py

    H-Shay authored May 12, 2023
    Configuration menu
    Copy the full SHA
    1f3bac8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. simplify tests

    H-Shay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d75462e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5beeee View commit details
    Browse the repository at this point in the history
  3. lint

    H-Shay committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0c1d085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    232caaf View commit details
    Browse the repository at this point in the history