1
0
This commit is contained in:
DMRobertson
2022-03-02 13:00:49 +00:00
parent 918eba173f
commit d7c44939ff
5 changed files with 10 additions and 10 deletions

View File

@@ -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