feat(database): add sloth database initialization script #56

Merged
argoyle merged 1 commits from add-sloth-database-to-postgres into main 2025-04-04 07:03:05 +00:00
+1
View File
@@ -31,6 +31,7 @@ data:
CREATE DATABASE time WITH OWNER postgres ENCODING utf8;
CREATE DATABASE dancefinder WITH OWNER postgres ENCODING utf8;
CREATE DATABASE hifi WITH OWNER postgres ENCODING utf8;
CREATE DATABASE sloth WITH OWNER postgres ENCODING utf8;
EOSQL
---
apiVersion: apps/v1