@leverege/build-tools 2.50.5 → 2.50.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.50.5",
3
+ "version": "2.50.6",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -13,7 +13,13 @@ spec:
13
13
  imageName: us-docker.pkg.dev/leverege-registry/system/images/leverege-pgsql:16.2-cnpg-tsdb2-beta.4
14
14
  bootstrap:
15
15
  initdb:
16
- database: imagine
16
+ database: models
17
+ postInitSQL:
18
+ - CREATE DATABASE authz;
19
+ - CREATE DATABASE fota;
20
+ - CREATE DATABASE geotile;
21
+ - CREATE DATABASE models;
22
+ - CREATE DATABASE scheduler;
17
23
  owner: imagine
18
24
  secret:
19
25
  name: cnpg-db-psql-stack-imagine-pw # imagine db pw