feat: add supplier_invoice database creation to postgres.yaml #4

Merged
argoyle merged 1 commits from add-supplier-invoice-database into main 2024-05-20 05:51:28 +00:00
+1
View File
@@ -27,6 +27,7 @@ data:
CREATE DATABASE notification WITH OWNER postgres ENCODING utf8;
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 time WITH OWNER postgres ENCODING utf8;
CREATE DATABASE dancefinder WITH OWNER postgres ENCODING utf8;
CREATE DATABASE hifi WITH OWNER postgres ENCODING utf8;