docs(postgres): Fully document initialDatabases.schemas (#259)

cf.
dea27be987/nix/postgres/setup-script.nix (L11-L17)
This commit is contained in:
Sridhar Ratnakumar 2024-07-05 03:34:52 -04:00 committed by GitHub
parent dea27be987
commit b713baa32b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,6 +231,8 @@ in
description = ''
The initial list of schemas for the database; if null (the default),
an empty database is created.
If path is a directory, use `*.sql` files in name order.
'';
};
};