summary refs log tree commit diff
path: root/docs/development/database_schema.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-03-02 17:52:39 +0000
committerBrendan Abolivier <babolivier@matrix.org>2022-03-02 17:52:39 +0000
commit571d3bf002e9b54a03e940a86232f025d0f27b32 (patch)
tree4254a149cd2bbe2ad2b1c4c7cffb1c357ef727da /docs/development/database_schema.md
parentChangelog (diff)
parentRemove unused mocks from `test_typing` (#12136) (diff)
downloadsynapse-571d3bf002e9b54a03e940a86232f025d0f27b32.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/sign_json_module
Diffstat (limited to 'docs/development/database_schema.md')
-rw-r--r--docs/development/database_schema.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/database_schema.md b/docs/development/database_schema.md

index a767d3af9f..d996a7caa2 100644 --- a/docs/development/database_schema.md +++ b/docs/development/database_schema.md
@@ -158,9 +158,9 @@ same as integers. There are three separate aspects to this: * Any new boolean column must be added to the `BOOLEAN_COLUMNS` list in - `scripts/synapse_port_db`. This tells the port script to cast the integer - value from SQLite to a boolean before writing the value to the postgres - database. + `synapse/_scripts/synapse_port_db.py`. This tells the port script to cast + the integer value from SQLite to a boolean before writing the value to the + postgres database. * Before SQLite 3.23, `TRUE` and `FALSE` were not recognised as constants by SQLite, and the `IS [NOT] TRUE`/`IS [NOT] FALSE` operators were not