Merge branch 'feat/add-tax-database-postgres-config' into 'main'
feat(database): add tax database creation to postgres.yaml See merge request unboundsoftware/local-k8s!157
This commit was merged in pull request #158.
This commit is contained in:
@@ -28,6 +28,7 @@ data:
|
||||
CREATE DATABASE salary WITH OWNER postgres ENCODING utf8;
|
||||
CREATE DATABASE supplier WITH OWNER postgres ENCODING utf8;
|
||||
CREATE DATABASE supplier_invoice WITH OWNER postgres ENCODING utf8;
|
||||
CREATE DATABASE tax WITH OWNER postgres ENCODING utf8;
|
||||
CREATE DATABASE time WITH OWNER postgres ENCODING utf8;
|
||||
CREATE DATABASE dancefinder WITH OWNER postgres ENCODING utf8;
|
||||
CREATE DATABASE hifi WITH OWNER postgres ENCODING utf8;
|
||||
|
||||
Reference in New Issue
Block a user