summary refs log tree commit diff
path: root/develop/development/database_schema.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-03-02 13:00:49 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-03-02 13:00:49 +0000
commitd7c44939ffa83b6b19382f6c532f82fa36aa8e44 (patch)
treeb5ad7d497bf69af24d7645e92dd7ccf12640d57b /develop/development/database_schema.html
parentdeploy: 879e4a7bd7a90cda4c8ea908aede53d8e038ca7c (diff)
downloadsynapse-d7c44939ffa83b6b19382f6c532f82fa36aa8e44.tar.xz
deploy: f3f0ab10fe766c766dedf9d80e4ef198e3e45c09
Diffstat (limited to 'develop/development/database_schema.html')
-rw-r--r--develop/development/database_schema.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/development/database_schema.html b/develop/development/database_schema.html

index a521a4ec3f..7e2cecc9d6 100644 --- a/develop/development/database_schema.html +++ b/develop/development/database_schema.html
@@ -315,9 +315,9 @@ same as integers.</p> <ul> <li> <p>Any new boolean column must be added to the <code>BOOLEAN_COLUMNS</code> list in -<code>scripts/synapse_port_db</code>. This tells the port script to cast the integer -value from SQLite to a boolean before writing the value to the postgres -database.</p> +<code>synapse/_scripts/synapse_port_db.py</code>. This tells the port script to cast +the integer value from SQLite to a boolean before writing the value to the +postgres database.</p> </li> <li> <p>Before SQLite 3.23, <code>TRUE</code> and <code>FALSE</code> were not recognised as constants by