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

N + 3: Read from column full_user_id rather than user_id of tables profiles and user_filters #15649

Merged
merged 18 commits into from
Jun 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update list of schema changes for 78
  • Loading branch information
H-Shay committed Jun 2, 2023
commit 8561a54a1cefcbce9807aa4f47d538f597b55523
3 changes: 3 additions & 0 deletions synapse/storage/schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@

Changes in SCHEMA_VERSION = 77
- (Postgres) Add NOT VALID CHECK (full_user_id IS NOT NULL) to tables profiles and user_filters

Changes in SCHEMA_VERSION = 78
- Validate check (full_user_id IS NOT NULL) on tables profiles and user_filters
"""


Expand Down