From 12c50d6f14e37e49e0e2d1a82a4e6e1e15d6b7d6 Mon Sep 17 00:00:00 2001 From: richvdh Date: Fri, 11 Jun 2021 16:14:17 +0000 Subject: deploy: 13577aa55ebe6087e8b813c0643bbb53148e9510 --- develop/development/database_schema.html | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'develop/development') diff --git a/develop/development/database_schema.html b/develop/development/database_schema.html index dccc6ecafa..8c7096a0b9 100644 --- a/develop/development/database_schema.html +++ b/develop/development/database_schema.html @@ -267,6 +267,42 @@ has had all background updates run.

NB at the time of writing, this script predates the split into separate state/main databases so will require updates to handle that correctly.

+

Boolean columns

+

Boolean columns require special treatment, since SQLite treats booleans the +same as integers.

+

There are three separate aspects to this:

+ -- cgit 1.5.1