Explorar el Código

SQL file to create Kanboard stuff

Jovian (Netbook) hace 5 años
padre
commit
2655406014
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      Install/Templates/postgres_kanboard.sql

+ 5 - 0
Install/Templates/postgres_kanboard.sql

@@ -0,0 +1,5 @@
+-- Create PostgreSQL stuff for Kanboard app
+CREATE ROLE kanboard_app WITH CREATEDB LOGIN PASSWORD 'pot4toes!';
+
+CREATE DATABASE kanboard_db OWNER kanboard_app;
+