source: OpenRLabs-Git/deploy/rlabs-docker/postgres/10-create-db-openrlabs.sh

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 64 bytes
Line 
1#!/bin/bash
2
3psql -U openrlabs openrlabs < /tmp/openrlabs.sql
4
Note: See TracBrowser for help on using the repository browser.