From 6b78680875d9e721d46e4f3d34047c6a3fbd2f33 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Mon, 1 Nov 2021 11:36:20 +0000 Subject: deploy: ece84f2c450d986e54acc80971225fb02f4e1d05 --- develop/development/database_schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'develop/development/database_schema.html') diff --git a/develop/development/database_schema.html b/develop/development/database_schema.html index 3f4b14529f..218b677407 100644 --- a/develop/development/database_schema.html +++ b/develop/development/database_schema.html @@ -263,7 +263,7 @@ has had all background updates run.

To do so, use scripts-dev/make_full_schema.sh. This will produce new full.sql.postgres and full.sql.sqlite files.

Ensure postgres is installed, then run:

-
./scripts-dev/make_full_schema.sh -p postgres_username -o output_dir/
+
./scripts-dev/make_full_schema.sh -p postgres_username -o output_dir/
 

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

-- cgit 1.5.1