feat(database): add tax database creation to postgres.yaml #158

Merged
argoyle merged 1 commits from feat/add-tax-database-postgres-config into main 2025-10-14 10:01:38 +00:00
+1
View File
@@ -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;